Coenraad Loubser
Coenraad Loubser
pip install as per README and then `OPENAI_API_KEY=sk-lol OPENAI_BASE_URL=http://127.0.0.1:8080/v1 gptme-serve` Web UI at http://127.0.0.1:5000/ shows: ``` Not Found The requested URL was not found on the server. If you entered...
Something that someone using this might not consider is the possibility of this code disappearing, rendering your keys useless - unless you also store the algorithm along with those keys....
To get the UI working "out of the box", the following works - after moving the alias from _web to _app. cp .env.example .env APP_HOST=app docker-compose up docker exec -ti...
### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are...
**Why** Sometimes you can't remember :sweat_smile: **Description** Expand button on a response or some other visual cue should show the model and its parameters
### Description If any response contains one or more diagrams, and the auto diagramming feature is enabled, the last diagram is rendered twice.  ### Device and browser Any browser...
In the [Architecture document](https://github.com/stitionai/devika/tree/main/docs/architecture) is stated: _User Interface: A web-based chat interface for interacting with Devika, viewing project files, and monitoring the agent's state._ The current implementation still falls far...
### Background I just did the "tutorial" and thankfully I implemented this change before I did, because I would've been MOST unhappy if this happened: ``` [coenraad@r2t2 AutoGPT]$ ./run agent...