Initial commit: myai agent framework
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user