mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

bug: llama2 needs model assignment

Open cachho opened this issue 2 years ago • 3 comments

🐛 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.

  1. find out if this is a replicate or llama2 issue
  2. find a suitable model name
  3. 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.

cachho avatar Sep 18 '23 20:09 cachho

I'll check for it and see if I can do it.

Dev-Khant avatar Sep 20 '23 15:09 Dev-Khant

It's working for Llama2App. Where is it failing then?

Dev-Khant avatar Sep 22 '23 09:09 Dev-Khant

Hi @cachho @deshraj Any update on this?

Dev-Khant avatar Sep 29 '23 06:09 Dev-Khant