Skip to content

Latest commit

 

History

History

web_demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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