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
api_type: 'open_llm'# or azure / ollama / open_llm etc. Check LLMType for more optionsmodel: "gpt-4o-mini"# or gpt-3.5-turbo-1106 / gpt-4-1106-previewapi_key: "sk-xxx"base_url: "https://xiaoai.plus/v1"
Of course, I have also tried setting api_type to openai, but I keep encountering the following error:
metagpt.utils.common:log_it:554 - Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 92.768(s), this was the 6th time calling it. exp: openai.types.completion_usage.CompletionUsage() argument after ** must be a mapping, not NoneType
Is it possible that the issue arises from the use of a third-party proxy?
The text was updated successfully, but these errors were encountered:
I have configured my parameters as follows:
Of course, I have also tried setting api_type to openai, but I keep encountering the following error:
metagpt.utils.common:log_it:554 - Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 92.768(s), this was the 6th time calling it. exp: openai.types.completion_usage.CompletionUsage() argument after ** must be a mapping, not NoneType
Is it possible that the issue arises from the use of a third-party proxy?
The text was updated successfully, but these errors were encountered: