mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 12:26:26 +00:00
cca881ec49
* Wip p2p enhancements * get online state * Pass-by token to show in the dashboard Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Style * Minor fixups * parametrize SearchID * Refactoring * Allow to expose/bind more services Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Add federation * Display federated mode in the WebUI Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Small fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * make federated nodes visible from the WebUI * Fix version display * improve web page * live page update * visual enhancements * enhancements * visual enhancements --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
38 lines
762 B
YAML
38 lines
762 B
YAML
# .github/release.yml
|
|
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- Semver-Major
|
|
- breaking-change
|
|
- title: "Bug fixes :bug:"
|
|
labels:
|
|
- bug
|
|
- regression
|
|
- title: "🖧 P2P area"
|
|
labels:
|
|
- area/p2p
|
|
- title: Exciting New Features 🎉
|
|
labels:
|
|
- Semver-Minor
|
|
- enhancement
|
|
- ux
|
|
- roadmap
|
|
- title: 🧠 Models
|
|
labels:
|
|
- area/ai-model
|
|
- title: 📖 Documentation and examples
|
|
labels:
|
|
- kind/documentation
|
|
- examples
|
|
- title: 👒 Dependencies
|
|
labels:
|
|
- dependencies
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|