usr_proxy.initiate_chat not working #4884
-
code that we are using: error that we are facing : documentation that we referred to: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Can you show the complete code? it looks like your llm configuration may be incorrect or using a non-compatible endpoint. |
Beta Was this translation helpful? Give feedback.
The type error indicates the create request is missing
model
andmessages
. So I think you do need to providemodel
in the config.