mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
11 lines
308 B
TOML
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"]
|