Josh Mabry

Results 14 comments of Josh Mabry

Thank you, the documentation here was driving me nuts

I came here looking for just this. Would be a nice feature.

This is a great thread and very helpful. I've been doing something similar, but nowhere near as elegantly as this or rigorously tested. I've been working on my own AGI...

I have a return time method which isn't returned directly. This one is less reliable, but because its not needing any data I generally don't run into issues trying to...

I like the idea of being more explicit with the typing and wasn't aware the python was a typed language as you are using it. This is very helpful for...

Same problem running native ubuntu File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/Auto-GPT/autogpt/__main__.py", line 3, in from colorama import Fore ModuleNotFoundError: No module named...

running pip install with `python -m` seems to have done the trick in my case `python -m pip install -r requirements.txt`

> I think that `MODEL_TYPE` in `.env` does not match the actual model. I got this error when I was running a LlamaCpp model with `MODEL_TYPE=GPT4All`, it disappeared when I...

seeing this on an m1 mac right now ``` LLAMA_EMBEDDINGS_MODEL=./models/ggml-model-q4_1.bin MODEL_PATH=./models/ggml-gpt4all-l13b-snoozy.bin ```