mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-11 09:25:42 +00:00
chutes llm provider (#390)
* chutes llm provider * Entferne Platzhalter für Chutes-Embedding-Funktion
This commit is contained in:
parent
e5dd0ca87f
commit
d139acf06e
2 changed files with 25 additions and 0 deletions
|
|
@ -474,6 +474,9 @@ def convert_out(settings: Settings) -> SettingsOutput:
|
|||
api_keys_fields.append(
|
||||
_get_api_key_field(settings, "huggingface", "HuggingFace API Key")
|
||||
)
|
||||
api_keys_fields.append( # Added Chutes API Key
|
||||
_get_api_key_field(settings, "chutes", "Chutes API Key")
|
||||
)
|
||||
|
||||
api_keys_section: SettingsSection = {
|
||||
"id": "api_keys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue