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

Stuck On Paper Generation Experiments python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment nanoGPT_lite --num-ideas 2 #131

Open
BELE-Y opened this issue Sep 24, 2024 · 2 comments

Comments

@BELE-Y
Copy link

BELE-Y commented Sep 24, 2024

When I run python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment nanoGPT_lite --num-ideas 2, the process gets stuck. After debugging, I found the issue occurs at coder_out=coder.run(next_prompt) in perform_experiments.py. Further investigation reveals the problem originates from res = litellm.completion(**kwargs) in sendchat.py from the Aider library.

I am unable to pinpoint the exact issue. I chose GPT as the generation tool, so I only imported OpenAI's URL and API key.
1Z15(@U55%PWYM3MZ0@L_A1

@conglu1997
Copy link
Collaborator

Have you tried running aider normally with the same key? E.g. from command line?

@venkatace
Copy link

Can someone share the output screen while code execution?

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

3 participants