Stanislas0 9e364eec5d Initial commit пре 1 година
..
backend 9e364eec5d Initial commit пре 1 година
resources 9e364eec5d Initial commit пре 1 година
README.md 9e364eec5d Initial commit пре 1 година
README_zh.md 9e364eec5d Initial commit пре 1 година
main.py 9e364eec5d Initial commit пре 1 година
requirements.txt 9e364eec5d Initial commit пре 1 година

README.md

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