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

642 B
Raw Blame History

English | 中文

联网功能

CodeGeeX4支持联网搜索问答通过调用Bing API获取搜索结果可获取最新资讯。

使用教程

1. 安装依赖项

pip install -r requirements.txt

2. 配置Bing API Key

backend/apis/bing.py中配置BING_API_KEY

详情可参考 必应搜索API

3. 运行项目

python main.py

>>> Running on local URL:  http://127.0.0.1:8080

Demo