xiaolv commited on
Commit
970926d
·
1 Parent(s): 46843f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -87,6 +87,8 @@ with gr.Blocks() as dialog_app:
87
  """)
88
  gr.HTML(
89
  """3.如果只想回复一次的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_updata">Claude2-API-xiaolv-第2版-单轮对话</a>如果喜欢请给个 💖 。"""
 
 
90
  )
91
 
92
  with gr.Row():
 
87
  """)
88
  gr.HTML(
89
  """3.如果只想回复一次的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_updata">Claude2-API-xiaolv-第2版-单轮对话</a>如果喜欢请给个 💖 。"""
90
+ """4.如果只想回复一次且可以支持文件知识库回答的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_file_chat">Claude2-API-xiaolv-第3版-单轮对话-支持文件知识库</a>如果喜欢请给个 💖 。"""
91
+
92
  )
93
 
94
  with gr.Row():