Initial commit: myai agent framework

This commit is contained in:
gyt
2026-07-09 13:28:40 -04:00
commit 84c6663e4d
8 changed files with 142 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[[llama]]
url = "http://127.0.0.1:8081"
model_name = "Qwen2.5-3B-Instruct-Q4_K_M"
[[llama]]
url = "http://127.0.0.1:8082"
model_name = "bge-small-en-v1.5-q8_0"
[[llama]]
url = "http://127.0.0.1:8083"
model_name = "Llama-3.2-1B-Instruct-Q4_K_M"
+12
View File
@@ -0,0 +1,12 @@
username = "user"
user_telegram = "@user"
user_email = "user@localhost"
user_notes = "OpenDAN user"
llm_default_model = "Qwen2.5-3B-Instruct-Q4_K_M"
llm_plan_model = "Qwen2.5-3B-Instruct-Q4_K_M"
llm_outline_model = "Qwen2.5-3B-Instruct-Q4_K_M"
llm_swift_model = "Llama-3.2-1B-Instruct-Q4_K_M"
"feature.llama" = "True"
"feature.aigc" = "True"