You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
调用结果失败,貌似是被转发服务器拒绝了
[chain/error] [1:llm:ChatOpenAI] [32.17s] Chain run errored with error:
"APIError(message="HTTP code 500 from API (Request method 'POST' not supported)", http_status=500, request_id=None)"
The text was updated successfully, but these errors were encountered:
apibase也改了,key也放了。测试直接用POST是可以通的。
chat = ChatOpenAI(streaming=True, callbacks=[StreamingStdOutCallbackHandler()], temperature=1, openai_api_base=openai_endpoint, openai_api_key=”sk-xxxxxx“)
调用结果失败,貌似是被转发服务器拒绝了
[chain/error] [1:llm:ChatOpenAI] [32.17s] Chain run errored with error:
"APIError(message="HTTP code 500 from API (Request method 'POST' not supported)", http_status=500, request_id=None)"
The text was updated successfully, but these errors were encountered: