Josh XT

Results 108 comments of Josh XT

Fixed in #207 for instruct at least, still an issue?

Found was still broken in execution agent and fixed there too in #220

> Regarding the docker log, I think the problems starts here: > > 2023-05-03 16:44:38 agent-llm-backend-1 | Failed to import pyllamacpp. 2023-05-03 16:44:38 agent-llm-backend-1 | INFO: 172.20.0.1:54196 - "GET /api/agent/Test%20Agent...

I haven't been able to dig extremely deep into this yet, but it is looking like Google may be enforcing rate limits potentially. We use the GoogleBard python module from...

> Also, it does appear that I am not the only one with this issue. Although, I am not sure if the cause is the same for them. [acheong08/Bard#5](https://github.com/acheong08/Bard/issues/5) Yeah,...

I'm also just guessing, but they may also expire session tokens after so many uses.

> +1 on this, would love this to be added. I got a llama.cpp openai api drop-in replacement written at https://github.com/keldenl/gpt-llama.cpp but embeddings is something i'm stuck on. it works...

The read/write file and browse web are commands that would get passed in with the list of commands. It should only be responding with the commands it wants to execute....

https://github.com/Josh-XT/AGiXT/commit/56f5b3a67ef658f8220db137e96321c063654863 Disabled temporarily. @rm4453 please review issues with login system when you can. Currently disabled.

This issue appears to be specifically with the Docker Streamlit. I'm hearing other reports of the same, but cannot reproduce running streamlit local. @localagi can you take a look at...