Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run o1 with MetaGPT, cannot produce any output. #1628

Open
hohoCode opened this issue Dec 5, 2024 · 1 comment
Open

Run o1 with MetaGPT, cannot produce any output. #1628

hohoCode opened this issue Dec 5, 2024 · 1 comment

Comments

@hohoCode
Copy link

hohoCode commented Dec 5, 2024

Bug description

  1. When running o1, with examples/build_customized_multi_agents.py, no output is shown in the terminal. But o1 is indeed being used and charged.
  2. logs does have the o1 output as 'DEBUG', it is just not shown in the terminal
  3. If switch to gpt4, everything is working.

Environment information
o1 and o1 mini both have the issue. No output in the terminal.

  • System version: Linux
  • MetaGPT version or branch: Latest metaGPT github repo installation as of today.
@hohoCode hohoCode changed the title When run o1, no output bug. Run o1 with MetaGPT, cannot produce any output. Dec 5, 2024
@shenchucheng
Copy link
Collaborator

Please update your configuration as follows:

llm:
  api_type: 'openai'
  api_key: 'sk-...'
  model: 'o1-mini'
  use_system_prompt: false
  stream: false

Make sure use_system_prompt and stream are set to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants