CodeGeeX4 supports online search and question answering by calling the Bing API to retrieve search results to access to the latest information.
pip install -r requirements.txt
Configure BING_API_KEY
in backend/apis/bing.py
.
For more details, refer to Bing Search API
python main.py
>>> Running on local URL: http://127.0.0.1:8080