mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-15 10:49:18 -04:00
refactor: Finalize agent template
This commit is contained in:
11
sources/agents/ollama_openai_chat.toml
Normal file
11
sources/agents/ollama_openai_chat.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Base Chat"
|
||||
name = "Ollama (OpenAI-compatible) Chat"
|
||||
description = "Ollama via its OpenAI-compatible Chat Completions endpoint — local coding chat assistant."
|
||||
|
||||
provider_instance = "Ollama (OpenAI-compatible)"
|
||||
endpoint = "/v1/chat/completions"
|
||||
model = "qwen2.5-coder"
|
||||
|
||||
tags = ["chat", "ollama", "local"]
|
||||
Reference in New Issue
Block a user