Spaces:
Running
Running
zRzRzRzRzRzRzR
commited on
Commit
·
aa0c384
1
Parent(s):
ecbee24
blog
Browse files
app.py
CHANGED
@@ -156,6 +156,7 @@ with demo:
|
|
156 |
"Chat only. For tool use, MCP support, and web search, please refer to the API.</div>"
|
157 |
"<div style='text-align:center;'><a href='https://huggingface.co/zai-org/GLM-4.5'>Model Hub</a> | "
|
158 |
"<a href='https://github.com/zai-org/GLM-4.5'>Github</a> | "
|
|
|
159 |
"<a href='https://docs.bigmodel.cn/cn/guide/models/text/glm-4.5'>API</a></div>"
|
160 |
)
|
161 |
raw_history = gr.State([])
|
|
|
156 |
"Chat only. For tool use, MCP support, and web search, please refer to the API.</div>"
|
157 |
"<div style='text-align:center;'><a href='https://huggingface.co/zai-org/GLM-4.5'>Model Hub</a> | "
|
158 |
"<a href='https://github.com/zai-org/GLM-4.5'>Github</a> | "
|
159 |
+
"<a href='http://z.ai/blog/glm-4.5'>Blog</a> | "
|
160 |
"<a href='https://docs.bigmodel.cn/cn/guide/models/text/glm-4.5'>API</a></div>"
|
161 |
)
|
162 |
raw_history = gr.State([])
|