Auto-GPT WebUI 🎈 #729
Replies: 5 comments 4 replies
-
That sounds really good thanks for sharing. Please update your install setup instructions so they are easier to understand: cd 'Auto-GPT' would that work? |
Beta Was this translation helpful? Give feedback.
-
i'm able to run auto-gpt command prompt version using Azure. But it seems that the webui doesn't read azure.yaml. Or is there anywhere I can set the deployment ID? Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Cool, where can I find some screenshots? |
Beta Was this translation helpful? Give feedback.
-
when i try to open the website, i can see "Connecting to server..." and this kind of errors repeating in dev console: WebSocket connection to 'ws://localhost:2200/' failed: nodejs version v20.2.0 any idea? |
Beta Was this translation helpful? Give feedback.
-
The UI lets me save the agent, but I didn't see any way to load it back into the UI |
Beta Was this translation helpful? Give feedback.
-
Hey guys!
I've been working on a super simplistic web application for the last couple of days, which wraps over Auto-GPT. I'm excited to hear what you think!
The spark was me wanting to reuse more than one group of settings for the AI to play around with it, without having to write them every time. I had a giant text file on my desktop and was just copy pasting
yaml
contents from there intoai_settings.yaml
, so I thought, why not spend a few nights to make it a bit easier/nicer. This is basically the result.I welcome any feedback and contributions my way. That said, this was mostly a one-off itch, I can't guarantee being able to maintain it much amid my other commitments, but I'll do what I can. ❤
Cheers!
Technical details:
The code itself basically comprises
ai_settings
🔗 Check out the repo here: https://github.com/choephix/auto-gpt-webui
Beta Was this translation helpful? Give feedback.
All reactions