-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
I see the GUI but when I type a message nothing it happens #149
Comments
Fixed. But I will keep this here in case anyone else has the problem. I missed renaming example.env to .env. |
Having the same issue. |
Hey Ramila. See my solution above. |
I have the same problem, but .env file is named appropriately unlike @rmcc4444 did you solve this? @RamilaWijesuriya |
I have the same issue, when I run it in CLI mode it fails giving an error from the models.py file. Here is the traceback, it seems like it always looks for an API key for OpenAI.
|
I solved it with help of chatGPT 4o - it wasnt finding my API key, here are the steps that worked for me: Steps to Resolve the Issue: Open Docker Desktop. Ensure that the Docker Hub account you're using has access to the frdel/agent-zero-exe image. bash Test Image Pull Manually: To verify if Docker can access the image, you can try pulling the image manually using the following command: bash Once you’ve resolved the login issue, try running Agent Zero again by using python run_ui.py. |
I went into the initialize.py file. You have to comment out the lines for
the controller agents based on which API key you're using
…On Sun, Sep 29, 2024, 05:33 MaxmilianH ***@***.***> wrote:
i have the same issue, but actually couldn´t fix it. got renamed properly
the .env, already have paste in api key for open ai but still getting this
error:
Does anybody has a solution?
Bildschirmfoto.2024-09-29.um.11.30.15.png (view on web)
<https://github.com/user-attachments/assets/6ce71719-3552-4ac0-98a5-1e3f28fb1a44>
—
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACLWA5W2ZUW3GP4LPSIIJ63ZY7CP5AVCNFSM6AAAAABOWQTOFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGI4DGNRUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It looks like it's connected because STATUS is CONNECTED but no matter what I click or do, nothing ever displays. I have tried multiple web browsers. I followed the instructions in the readme file here on Github. I'm using Windows 11. See screenshot below. Any ideas? thanks
The text was updated successfully, but these errors were encountered: