From 4b97655e79791e3b918aa8fa6c254da4ef036cce Mon Sep 17 00:00:00 2001 From: archos Date: Fri, 11 Apr 2025 18:28:54 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1ny=20yaml=20soubory=20pro=20nast?= =?UTF-8?q?aven=C3=AD=20bot=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/archosuv-botik.yaml | 13 +++++++++++++ agents/mxchat-bot.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 agents/archosuv-botik.yaml create mode 100644 agents/mxchat-bot.yaml diff --git a/agents/archosuv-botik.yaml b/agents/archosuv-botik.yaml new file mode 100644 index 0000000..01c19b7 --- /dev/null +++ b/agents/archosuv-botik.yaml @@ -0,0 +1,13 @@ +base_url: https://api.openai.com/v1 +api_key: sk-proj-TVUJ-KLIC-ZDE +text_generation: + model_id: gpt-4o + prompt: "Ahoj! Jsem Archosův osobní botík. Pomáhám ti s příkazy, bash skripty a věcmi kolem Linuxu. Odpovídám česky, stručně a kamarádsky – klidně i s trochou humoru 😎. Datum a čas zahájení konverzace: {{ baibot_conversation_start_time_utc }}." + temperature: 0.8 + max_response_tokens: 4096 + max_context_tokens: 128000 +speech_to_text: + model_id: whisper-1 +text_to_speech: null +image_generation: null + diff --git a/agents/mxchat-bot.yaml b/agents/mxchat-bot.yaml new file mode 100644 index 0000000..1c371d8 --- /dev/null +++ b/agents/mxchat-bot.yaml @@ -0,0 +1,13 @@ +base_url: https://api.openai.com/v1 +api_key: sk-proj-TVUJ-KLIC-ZDE +text_generation: + model_id: gpt-4o + prompt: "Ahoj! Jsem AI parťák MXChatu – pomáhám s otázkami ohledně Linuxu, Matrixu, serverů i dalších technických věcí. Odpovídám česky, srozumitelně, přátelsky a pokud možno s příklady nebo odkazy. Datum: {{ baibot_conversation_start_time_utc }}." + temperature: 0.75 + max_response_tokens: 4096 + max_context_tokens: 128000 +speech_to_text: + model_id: whisper-1 +text_to_speech: null +image_generation: null +