interface : /api/v1/chats_openai/{chat_id}/chat/completions
{"model":"model-*","messages":[{"role":"user","content":"hello"}],"stream":false,"extra_body":{"reference":true,"metadata_condition":{"logic":"and","conditions":[]}}}}
I turned off the streaming response parameter stream, and it returned an error.
{"code":100,"data":null,"message":"AttributeError(\"'list' object has no attribute 'get'\")"}