andrewnguonly / Lumos

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

Add Ollama API connectivity check and migrate to using full model name throughout app #78

Closed andrewnguonly closed 9 months ago

andrewnguonly commented 9 months ago

Summary

This PR resolves https://github.com/andrewnguonly/Lumos/issues/76.

Implementation

  1. Migrate to using the full model name (including tag). This change is backward compatible.
  2. Set the prompt input field in an error state if the app cannot connect to the Ollama server.

Screenshots

image image