mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 02:09:22 -04:00
refactor: final Agent loader
This commit is contained in:
11
sources/agents/mistral_base_chat.toml
Normal file
11
sources/agents/mistral_base_chat.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
schema_version = 1
|
||||
|
||||
extends = "OpenAI Base Chat"
|
||||
name = "Mistral Base Chat"
|
||||
description = "Mistral AI Chat Completions. Abstract — extend it and set model."
|
||||
abstract = true
|
||||
|
||||
provider_instance = "Mistral AI"
|
||||
endpoint = "/v1/chat/completions"
|
||||
|
||||
tags = ["chat", "mistral", "cloud"]
|
||||
Reference in New Issue
Block a user