Closed Rosejacka closed 6 months ago
how do you set your api_key and model? and
curl -X POST http://127.0.0.1:5555/api/v1/awel/trigger/examples/simple_chat \
-H "Content-Type: application/json" -d '{
"model": "chatglm_pro",
"user_input": "hello"
}'
ok,thanks! it works
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
[X] Installation From Source
[ ] Docker Installation
[ ] Docker Compose Installation
[ ] Cluster Installation
[ ] AutoDL Image
[ ] Other
Device information
normal
Models information
LLM:zhipu
What happened
In this official LLM dialogue demo, I have the key of Zhipu and wanted to replace LLM with Zhipu. However, I found that this writing was not successful and returned None
What you expected to happen
change LLM
How to reproduce
write AWEL
Additional context
No response
Are you willing to submit PR?