mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
11 lines
301 B
TOML
11 lines
301 B
TOML
schema_version = 1
|
|
|
|
extends = "OpenAI Base Chat"
|
|
name = "OpenAI Compatible Base Chat"
|
|
description = "Any OpenAI-compatible Chat Completions endpoint. Abstract — extend it and set model."
|
|
abstract = true
|
|
|
|
provider_instance = "OpenAI Compatible"
|
|
|
|
tags = ["chat", "openai", "compatible"]
|