langchain-ai / opengpts

MIT License
6.31k stars 829 forks source link

Fix ChatOllama model parameter #278

Closed ptgoetz closed 2 months ago

ptgoetz commented 2 months ago

What?

Fix model parameter to ChatOllama constructor.

Why?

The model parameter name to ChatOllama was wrong, effectively pinning it to the default of "llama2" and preventing usage of other Ollama models.

mkorpela commented 2 months ago

@ptgoetz looks good!