Просмотр исходного кода

chore: Update image URLs in markdown files

XingYu-Zhong 1 год назад
Родитель
Сommit
5e2c9bbcbe
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      repodemo/chainlit.md
  2. 1 1
      repodemo/chainlit_zh-CN.md
  3. 1 1
      repodemo/readme.md
  4. 1 1
      repodemo/readme_zh.md

+ 1 - 1
repodemo/chainlit.md

@@ -28,7 +28,7 @@ model_name = "codegeex4-all-9b"
 ```
 
 3. Fill in the corresponding model information and `bing_search_api` (if you want to experience online queries) in the .env file. Turn on the online query switch on the left side of the input box during the chat, which is off by default.
-![](https://github.com/user-attachments/assets/66b7077d-3db5-4add-9f1e-c8f0bd8664c9)
+![](https://github.com/user-attachments/assets/e9d9b620-cfc7-4c2d-bedc-a01d41f79e29)
 4. Install dependencies: `pip install -r requirements.txt`
 5. Run the application: `chainlit run run.py --port 8899`
 

+ 1 - 1
repodemo/chainlit_zh-CN.md

@@ -30,7 +30,7 @@ model_name = "codegeex4-all-9b"
 
 3. 在.env文件中填写对应模型信息和bing_search_api(如果需要体验联网查询),并且在聊天的时候在输入框左侧打开
 联网查询开关,默认关闭。
-![](https://github.com/user-attachments/assets/66b7077d-3db5-4add-9f1e-c8f0bd8664c9)
+![](https://github.com/user-attachments/assets/e9d9b620-cfc7-4c2d-bedc-a01d41f79e29)
 4. 安装依赖:`pip install -r requirements.txt`
 5. 运行应用:`chainlit run run.py --port 8899`
 

+ 1 - 1
repodemo/readme.md

@@ -29,7 +29,7 @@ model_name = "codegeex4-all-9b"
 ```
 
 3. Fill in the corresponding model information and `bing_search_api` (if you want to experience online queries) in the .env file. Turn on the online query switch on the left side of the input box during the chat, which is off by default.
-![](https://github.com/user-attachments/assets/66b7077d-3db5-4add-9f1e-c8f0bd8664c9)
+![](https://github.com/user-attachments/assets/e9d9b620-cfc7-4c2d-bedc-a01d41f79e29)
 4. Install dependencies: `pip install -r requirements.txt`
 5. Run the application: `chainlit run run.py --port 8899`
 

+ 1 - 1
repodemo/readme_zh.md

@@ -31,7 +31,7 @@ model_name = "codegeex4-all-9b"
 
 3. 在.env文件中填写对应模型信息和bing_search_api(如果需要体验联网查询),并且在聊天的时候在输入框左侧打开
 联网查询开关,默认关闭。
-![](https://github.com/user-attachments/assets/66b7077d-3db5-4add-9f1e-c8f0bd8664c9)
+![](https://github.com/user-attachments/assets/e9d9b620-cfc7-4c2d-bedc-a01d41f79e29)
 4. 安装依赖:`pip install -r requirements.txt`
 5. 运行应用:`chainlit run run.py --port 8899`