[PR #10299] [CLOSED] Implement KC-Riff features on top of Ollama #13202

Closed
opened 2026-04-13 00:20:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10299
Author: @sbug51
Created: 4/16/2025
Status: Closed

Base: mainHead: kc-riff-implementation


📝 Commits (1)

  • cc675bc Implement KC-Riff features on top of Ollama

📊 Changes

11 files changed (+2436 additions, -0 deletions)

View changed files

cli_client.py (+215 -0)
fork_and_rebrand.sh (+36 -0)
minimal_server.go (+193 -0)
pyqt_interface/kcriff_desktop.py (+872 -0)
pyqt_interface/kcriff_desktop_pyqt6.py (+834 -0)
pyqt_interface/run_desktop.py (+85 -0)
pyqt_interface/run_desktop_pyqt6.py (+95 -0)
run_desktop_app.py (+32 -0)
run_desktop_app_pyqt6.py (+22 -0)
ui/api_routes.go (+36 -0)
ui/dashboard.go (+16 -0)

📄 Description

This is in order to make a unique value for KillChaos


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10299 **Author:** [@sbug51](https://github.com/sbug51) **Created:** 4/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `kc-riff-implementation` --- ### 📝 Commits (1) - [`cc675bc`](https://github.com/ollama/ollama/commit/cc675bc84aa88f33360fb4305390eae7dd951ce8) Implement KC-Riff features on top of Ollama ### 📊 Changes **11 files changed** (+2436 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `cli_client.py` (+215 -0) ➕ `fork_and_rebrand.sh` (+36 -0) ➕ `minimal_server.go` (+193 -0) ➕ `pyqt_interface/kcriff_desktop.py` (+872 -0) ➕ `pyqt_interface/kcriff_desktop_pyqt6.py` (+834 -0) ➕ `pyqt_interface/run_desktop.py` (+85 -0) ➕ `pyqt_interface/run_desktop_pyqt6.py` (+95 -0) ➕ `run_desktop_app.py` (+32 -0) ➕ `run_desktop_app_pyqt6.py` (+22 -0) ➕ `ui/api_routes.go` (+36 -0) ➕ `ui/dashboard.go` (+16 -0) </details> ### 📄 Description This is in order to make a unique value for KillChaos --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:20:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13202