Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def request_to_v2(message, cookie, user_id, channel_id,context=[]):
|
|
72 |
|
73 |
|
74 |
with gr.Blocks() as dialog_app:
|
75 |
-
gr.HTML("""<h1 align="center">Claude2-API-xiaolv
|
76 |
with gr.Tab("Claude2 API xiaolv"):
|
77 |
gr.Markdown("""
|
78 |
## 需要传入的参数有:
|
@@ -86,7 +86,7 @@ with gr.Blocks() as dialog_app:
|
|
86 |
b. 虽然模型把之前的记录忘记了,但历史的对话依旧存在,对话过长时,模型回复同样很慢。
|
87 |
""")
|
88 |
gr.HTML(
|
89 |
-
"""3.如果只想回复一次的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_updata">
|
90 |
)
|
91 |
|
92 |
with gr.Row():
|
|
|
72 |
|
73 |
|
74 |
with gr.Blocks() as dialog_app:
|
75 |
+
gr.HTML("""<h1 align="center">Claude2-API-xiaolv-第1版-多轮对话</h1>""")
|
76 |
with gr.Tab("Claude2 API xiaolv"):
|
77 |
gr.Markdown("""
|
78 |
## 需要传入的参数有:
|
|
|
86 |
b. 虽然模型把之前的记录忘记了,但历史的对话依旧存在,对话过长时,模型回复同样很慢。
|
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():
|