mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 18:29:30 -04:00
refactor: Finalize agent template
This commit is contained in:
10
sources/agents/openai_compatible_chat.toml
Normal file
10
sources/agents/openai_compatible_chat.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Base Chat"
|
||||
name = "OpenAI Compatible Chat"
|
||||
description = "Any OpenAI-compatible Chat Completions endpoint — set the model to match your server."
|
||||
|
||||
provider_instance = "OpenAI Compatible"
|
||||
model = "default"
|
||||
|
||||
tags = ["chat", "openai", "compatible"]
|
||||
Reference in New Issue
Block a user