hollama icon indicating copy to clipboard operation
hollama copied to clipboard

A minimal web-UI for talking to Ollama servers

Results 59 hollama issues
Sort by recently updated
recently updated
newest added

This assumption is incorrect: https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L66-L71 It might make more sense to simply add [`serverStatus`](https://github.com/fmaclen/hollama/blob/main/src/routes/settings/%2Bpage.svelte#L18) to the `$settingsStore` and update it accordingly.

bug

I'm not that familiar with the Vite build process to figure out where exactly this issue is. ```shell (!) Some chunks are larger than 500 kB after minification. Consider: -...

help wanted
tech-debt

This would helpful as a form of token-count compression. Every 5-10 messages you could summarize and start over at a much lower token count but, _hopefully_, much more relevant. -...

enhancement

When running multiple completions in different tabs at the same time will cause the last session to finish to overwrite the first one in `localStorage`. https://github.com/user-attachments/assets/c4290822-79a0-43ae-b264-3e6c418c13a6 REF https://github.com/fmaclen/hollama/issues/126#issuecomment-2256257754

bug

REF https://github.com/fmaclen/hollama/issues/104#issuecomment-2254157952 This will likely need UI work first.

enhancement

This issue describes a new high-level entity called "**Projects**". _Loosely inspired by Claude's_: https://www.anthropic.com/news/projects - **Projects** could include: - System prompt - One or more additional **Knowledge** for context -...

enhancement
priority
triage

It would be nice to not choose a fixed theme, but to also have the option of following system's theme. This would be useful if the user has their system's...

enhancement

I'm not entire sure what is causing this issue, I was chatting in a session, left the tab for a few minutes to do something else, when I came back...

bug
triage

Support OpenAI API format by giving option to switch between Ollama proprietary API format and OpenAI API format. To fetch list of models - https://platform.openai.com/docs/api-reference/models/list?lang=node.js To generate chat - https://platform.openai.com/docs/api-reference/chat?lang=node.js...

priority