ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.33k stars 217 forks source link

added type declaration on getModels(), to resolve type error #10

Closed ryansereno closed 9 months ago

ryansereno commented 9 months ago

Was getting a typescript build error since the type of data returned by this method couldn't be inferred. Used your existing OllamaModel type to declare return type of getModels()

ivanfioravanti commented 9 months ago

Thanks for fixing this. Build ok now!