langchain-ai / opengpts

MIT License
6.44k stars 852 forks source link

Add Ollama as a LLM option #275

Closed ptgoetz closed 5 months ago

ptgoetz commented 5 months ago

What?

Add Ollama as an LLM option.

Why?

Ollama allows you to run an LLM model/service locally with minimal effort. This is can be especially important, for example, when demoing the project and derivative projects in a network-disconnected environment.

Implementation Considerations

ptgoetz commented 5 months ago

Initial PR: #276