mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

do support local llm model?

Open njhouse365 opened this issue 1 year ago • 3 comments

🚀 The feature

1

Motivation, pitch

1

njhouse365 avatar Dec 17 '24 07:12 njhouse365

config = { "llm": { "provider": "openai_structured", "config": { "model": "qwen2", "temperature": 0.0, "max_tokens": 512, 'api_key': 'EMPTY', 'openai_base_url': 'http://192.168.xxx.xxx:8051/v1' } } }

it is right?

njhouse365 avatar Dec 17 '24 07:12 njhouse365

+1

joeylee2023 avatar Dec 17 '24 08:12 joeylee2023

@njhouse365 I believe you can do it using Ollama

parshvadaftari avatar Feb 13 '25 19:02 parshvadaftari