feat: Improve agents config

This commit is contained in:
Petr Mironychev
2026-06-29 23:12:44 +02:00
parent 080947c0dc
commit 2a3fd4f5be
26 changed files with 274 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
schema_version = 1
extends = "OpenAI Base Chat"
name = "llama.cpp Base Chat"
description = "llama.cpp server Chat Completions request body (OpenAI-compatible /v1/chat/completions). Abstract — extend it and set model."
abstract = true
provider_instance = "llama.cpp"
endpoint = "/v1/chat/completions"