CodeGeeX4/web_demo
2024-07-05 09:33:53 +08:00
..
backend Initial commit 2024-07-05 09:33:53 +08:00
resources Initial commit 2024-07-05 09:33:53 +08:00
main.py Initial commit 2024-07-05 09:33:53 +08:00
README_zh.md Initial commit 2024-07-05 09:33:53 +08:00
README.md Initial commit 2024-07-05 09:33:53 +08:00
requirements.txt Initial commit 2024-07-05 09:33:53 +08:00

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