mem0
mem0 copied to clipboard
bug: llama2 needs model assignment
🐛 Describe the bug
Just like OpenAI or GPT4All, Llama2 apparently needs a model to work. It could also be an issue with Replicate as the provider.
- find out if this is a replicate or llama2 issue
- find a suitable model name
- set it as default in the Llama2 llm
File "pydantic/main.py", line 341, in pydantic.main.BaseModel.init pydantic.error_wrappers.ValidationError: 1 validation error for Replicate model none is not an allowed value (type=type_error.none.not_allowed) [15/Sep/2023 20:16:18] "POST /bot-response/ HTTP/1.1" 500 86328
Open for community contributions.
I'll check for it and see if I can do it.
It's working for Llama2App. Where is it failing then?
Hi @cachho @deshraj Any update on this?