Replies: 2 comments
-
Hi I think I you case you have set api url to what looks like a openai compatable endpoint. self.client = OpenAI(
api_key=api_key,
base_url="http://open.bigmodel.cn/api/paas/v4",
) Alse in your env variables set MODEL_NAME to glm-4 API_URL should point to docsgpt backend. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
-
已经收到您的来件!!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the glm-4 model, but it doesn't work. The following prompt appears:
""
Beta Was this translation helpful? Give feedback.
All reactions