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

Closed
hohoCode opened this issue Dec 5, 2024 · 3 comments
Closed

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

hohoCode opened this issue Dec 5, 2024 · 3 comments
Labels

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.

Copy link

github-actions bot commented Jan 6, 2025

This issue has no activity in the past 30 days. Please comment on the issue if you have anything to add.

Copy link

This issue was closed due to 45 days of inactivity. If you feel this issue is still relevant, please reopen the issue to continue the discussion.

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

No branches or pull requests

2 participants