I got it installed but when I try to chat with Archon, it always returns an error:
“This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).”
But when I go to the logs in ‘Agent Service’, I don’t see anything there about the error.
My environment is set like this:
Does anyone see anything wrong with my setup?
1 Like
Looks like you have the provider set to OpenAI but you are using Gemini (Google) for the LLM! You’ll want to use an LLM provided by OpenAI like gpt-4o-mini, gpt-4o, etc.
sorry Cole, I sent the wrong screenshot for that part… I was just doing random stuff to see if something works lol…
Here is the setup I want to use
I’m even trying this and still getting the same error…
Maybe its because I’m on a mac, maybe
Could you check your terminal/Docker container where you started Streamlit and tell me what that error message is?