mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 10:19:16 -04:00
refactor: final Agent loader
This commit is contained in:
11
sources/agents/llamacpp_base_chat.toml
Normal file
11
sources/agents/llamacpp_base_chat.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Base Chat"
|
||||
name = "llama.cpp Base Chat"
|
||||
description = "llama.cpp server (OpenAI-compatible Chat Completions). Abstract — extend it and set model."
|
||||
abstract = true
|
||||
|
||||
provider_instance = "llama.cpp"
|
||||
endpoint = "/v1/chat/completions"
|
||||
|
||||
tags = ["chat", "llamacpp", "local"]
|
||||
Reference in New Issue
Block a user