Skip to content

Commit

Permalink
feat: can connect multiple servers (#234)
Browse files Browse the repository at this point in the history
Fixes #233 

- [x] Updates to Svelte 5 (with a partial migration to runes)
- [x] Update tests
- [x] Fix build warnings
- [x] Fix linter errors
- [ ] ~~Remove unused i18n keys from non-english languages~~
- [x] Update locales for Chinese `zh-cn` and Spanish `es`
- [x] Add new tests
  • Loading branch information
fmaclen authored Nov 25, 2024
1 parent 362da02 commit b8d258f
Show file tree
Hide file tree
Showing 51 changed files with 2,401 additions and 2,007 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A minimal web-UI for talking to [Ollama](https://github.com/jmorganca/ollama/) s
### Features

- Support for **Ollama** & **OpenAI** models
- Multi-server support
- Large prompt fields
- Markdown rendering with syntax highlighting
- Code editor features
Expand Down
Loading

0 comments on commit b8d258f

Please sign in to comment.