You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NB: it seems that since 2.1 (possible 2.0) you now need to answer No to OpenAI if you're using ollama otherwise it would error out on memgpt run asking you to unset ollama env vars since model isn't set to local.
Describe the bug
Running
gpt run --no_verify
and choosing a local model requires user to respond yes toUser then is prompted to enter an OpenAI key, and the program will fail if one is not supplied (in spite of the fact we are not using OpenAI)
The workaround for now is to type nonsense for the key but this is very counter-intuitive
To Reproduce
Steps to reproduce the behavior:
run memgpt from command line with no previous agent
Expected behavior
If you are running a local model, there should be no talk of openAI
Actual behavior
Have to say yes to enabling OpenAI and supply a key
How did you install MemGPT?
git clone [email protected]:cpacker/MemGPT.git
andpip install -r requirements.txt
Your setup (please complete the following information)
-Ubuntu 22.04
python --version
)-- d7a937
Local LLM details
If you are trying to run MemGPT with local LLMs, please provide the following information:
dolphin-2.1-mistral-7b.Q6_K.gguf
(not justdolphin-2.1-mistral
)The text was updated successfully, but these errors were encountered: