Josh XT

Results 108 comments of Josh XT

Are you running Agent-LLM in Docker or local?

> > Are you running Agent-LLM in Docker or local? > > Docker. Sorry, there is some clarification on Docker that I probably need to add to the docs. If...

https://github.com/JamesonRGrieve/Agent-LLM-Frontend Please direct front end issues to the front end repository.

https://github.com/Josh-XT/Agent-LLM/blob/main/docs/providers/FASTCHAT.md Hello! I just updated the FastChat quick start documentation this morning which should help. Please review and make sure your `.env` file. ``` AI_PROVIDER=fastchat AI_MODEL=vicuna-7b-1.1 AI_PROVIDER_URI=http://172.31.111.191:8000 ```

Hello @arthurwolf ! Automation of tedious tasks that a computer could repeat is the main point of the AGiXT framework. Most people have a difficult time with demonstrating a really...

Fixed it!

Please pull the latest and let us know if you're still having issues. https://github.com/Josh-XT/Agent-LLM/releases/tag/v1.1.1-alpha

> That definitely looks more my speed than Guardrails too. Everything JSON! I'll look more at that as the primary idea instead of guardrails.

Work in progress in #244