CodeGeeX4/web_demo/README.md
2024-07-05 09:33:53 +08:00

716 B

English | 中文

Online Functionality

CodeGeeX4 supports online search and question answering by calling the Bing API to retrieve search results to access to the latest information.

Usage Tutorial

1. Install Dependencies

pip install -r requirements.txt

2. Configure Bing API Key

Configure BING_API_KEY in backend/apis/bing.py.

For more details, refer to Bing Search API

3. Run the Project

python main.py
>>> Running on local URL:  http://127.0.0.1:8080

Demo