Skip to content

Release 0.28.0 Translation via Ollama (Alpha)

Latest
Compare
Choose a tag to compare
@dfuchss dfuchss released this 08 Aug 16:37
· 28 commits to main since this release

This release includes a mechanism to translate the canteen menu. The feature is alpha and disabled by default.
You need a running ollama instance to use the feature. The most simple configuration might be:

"translation": {
    "ollamaServerUrl": "http://ollama:11434"
}

Full Changelog: v0.27.19...v0.28.0