andrewnguonly / Lumos

A RAG LLM co-pilot for browsing the web, powered by local LLMs
MIT License
1.36k stars 98 forks source link

Implement Ollama `keepAlive` parameter for API requests #63

Closed andrewnguonly closed 6 months ago

andrewnguonly commented 7 months ago

https://github.com/ollama/ollama/blob/v0.1.23/api/types.go#L45

Note: This may be dependent on LangChain changes.

ighoshsubho commented 7 months ago

I can Integrate the langchiain client and work on this.

andrewnguonly commented 7 months ago

Thanks @ighoshsubho! I opened an issue in the LangChainJS repo here: https://github.com/langchain-ai/langchainjs/issues/4282

ighoshsubho commented 7 months ago

Cool