<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
⚠️ Check for existing issues before proceeding. ⚠️
[X] I have searched the existing issues, and there is no existing issue for my problem
Where are you using SuperAGI?
Linux
Which branch of SuperAGI are you using?
Main
Do you use OpenAI GPT-3.5 or GPT-4?
GPT-3.5
Which area covers your issue best?
Installation and setup
Describe your issue.
This is a simple issue of the order of comments in the Config.yaml file.
# For locally hosted LLMs comment out the next line and uncomment the one after
# to configure a local llm point your browser to 127.0.0.1:7860 and click on the model tab in text generation web ui.
OPENAI_API_BASE: https://api.openai.com/v1
#OPENAI_API_BASE: "http://super__tgwui:5001/v1"
I believe it should be ...
# to configure a local llm point your browser to 127.0.0.1:7860 and click on the model tab in text generation web ui.
# For locally hosted LLMs comment out the next line and uncomment the one after
OPENAI_API_BASE: https://api.openai.com/v1
#OPENAI_API_BASE: "http://super__tgwui:5001/v1"
⚠️ Check for existing issues before proceeding. ⚠️
Where are you using SuperAGI?
Linux
Which branch of SuperAGI are you using?
Main
Do you use OpenAI GPT-3.5 or GPT-4?
GPT-3.5
Which area covers your issue best?
Installation and setup
Describe your issue.
This is a simple issue of the order of comments in the Config.yaml file.
I believe it should be ...
How to replicate your Issue?
open the config.yaml file and see line 10
Upload Error Log Content
No error requiring logs