Files
QodeAssist/sources/agents/openai_compatible_chat.toml
2026-06-09 08:48:32 +02:00

11 lines
308 B
TOML

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"]