Lance_Lake
Lance_Lake
Which model do you suggest I use at HF?
Ah.. My GPU is very small (8GB), but I have 64GB of core memory. So when I ran that.. ``` killing proc with PID 33372 killing proc with PID 37928...
This is why I initially asked that instead of contacting OpenAI, you have some kind of selection that will let me contact my OogaBooga via it's OpenAI URL and use...
Good to know for the future. :) and yes. I'm requesting in the future to be able to do exactly that. It appears that it's calling openai from the pip...
> s with llama.cpp, but at the moment I'm blanking out on where it mentioned changing the base url. Where would I place that line?
https://i.imgur.com/fDHQkXk.png https://i.imgur.com/lI0NhjL.png Any ideas what's going on? Do I need to convert it to JSON perhaps?
I realized I got this error.. Plugin config is invalid, continuing without plugins. Error: while parsing a flow mapping in "C:\Coderoot\AutoGPT\Pure\autogpt\plugins\..\..\plugins_config.yaml", line 44, column 11 expected ',' or '}', but...
@echo off :loop python scripts/check_requirements.py requirements.txt if errorlevel 1 ( echo Installing missing packages... pip install -r requirements.txt ) python -m autogpt --speak --allow-downloads goto loop This is mine if...
I tried it with the /v1 as well and same result. I'm using "interpreter --local" to start it.
Ok.. That actually worked.. From OogaBooga ``` 12:33:49-548302 ERROR Could not find the character "None" inside characters/. No character has been loaded. Exception in ASGI application ``` So I understand...