Seed Assistent personas as overlay folders and tighten Ollama/Assistent glue.
gpu-rent now writes personas/<id>/ on the VM (not legacy personas.json), adds seed-personas/doctor checks, and shortens mid/high keep-alive now that Assistent parks the LLM before Generate. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,13 +2,18 @@
|
||||
# name = exact tag for `ollama pull`.
|
||||
# use: chat — Assistent header select; use: memory — settings memory model.
|
||||
# Requirement: uncensored (abliterated) + Russian for chat. Empty models: [] → no pull.
|
||||
# Qwen3-VL tags need Ollama ≥ 0.12.7. Pin :8b-instruct — :latest is Thinking.
|
||||
|
||||
models:
|
||||
# Recommended (~6GB): vision + RU/EN, abliterated
|
||||
- name: huihui_ai/qwen2.5-vl-abliterated:7b
|
||||
# Recommended (~6.1GB): Qwen3-VL Instruct, vision + RU/EN, abliterated
|
||||
- name: huihui_ai/qwen3-vl-abliterated:8b-instruct
|
||||
use: chat
|
||||
default: true
|
||||
|
||||
# Previous default — still in Assistent chat select
|
||||
- name: huihui_ai/qwen2.5-vl-abliterated:7b
|
||||
use: chat
|
||||
|
||||
# Vector memory (CPU via num_gpu 0 Modelfile after pull) — not shown in chat select
|
||||
- name: nomic-embed-text
|
||||
use: memory
|
||||
|
||||
Reference in New Issue
Block a user