-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Llamafile connection error breaks application start-up #7508
Comments
after dealing with package conflicts for 3 days across windows, wsl, and ubuntu....i too am stuck here. any help would be greatly appreciated. this install process was supremely convoluted and frustrating. (i'm willing to admit it's my own unfamiliarity with python and its ecosystem) |
I'm also encountering this error. For context, I have successfully used AutoGPT in the past (about 12 months ago), so I'm familiar with the setup process. |
I've run it in debug mode, so hopefully this is helpful - my sense is that it's an issue connecting to the local server rather than anything to do with openai?
|
I agree that it seems to be a local server issue. However, I'm still not sure how to fix it. Doing a directory search for "8080" seems to yield results in regards to the benchmarking feature or something non-related to using openAi like llama files or other things. I don't have it set up for llama, just using my openAi key so those configuration files don't seem to be what I need. Also confirmed that nothing is occupying port 8080 on my machine so there isn't anything obvious that would block the connection. |
Ran into this issue on two machines. Modded llamafile.py based on fix and some work to get it to run:
|
Thank you very much for reporting this, and sorry for breaking it (#7091). Fix coming ASAP. |
Thank you @Pwuts |
Fixes Significant-Gravitas#7508 - Amend `app/configurator.py:check_model(..)` to check multiple models at once and save duplicate API calls - Amend `MultiProvider.get_available_providers()` to verify availability by fetching models and handle failure
Which Operating System are you using?
Windows
Which version of AutoGPT are you using?
Latest Release
Do you use OpenAI GPT-3 or GPT-4?
GPT-4
Which area covers your issue best?
Installation and setup
Describe your issue.
Getting error after installing when starting the autogpt.
I have manually tested the api key which works fine.
Upload Activity Log Content
No response
Upload Error Log Content
No response
The text was updated successfully, but these errors were encountered: