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
openai.BadRequestError: Error code: 400 - {'error': {'message': "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead.", 'type': 'invalid_request_error', 'param': 'max_tokens', 'code': 'unsupported_parameter'}}
llm config:
llm:
api_type: "openai"# or azure / ollama / groq etc.model: "o1"# or gpt-3.5-turbobase_url: "https://api.openai.com/v1"# or forward url / other llm urlapi_key:
The text was updated successfully, but these errors were encountered:
iorisa
pushed a commit
to iorisa/MetaGPT
that referenced
this issue
Feb 21, 2025
Bug description
llm config:
The text was updated successfully, but these errors were encountered: