上传文件至 /
This commit is contained in:
20
config.ini
Normal file
20
config.ini
Normal file
@ -0,0 +1,20 @@
|
||||
[API]
|
||||
gemini_api_base_url = https://g.shatang.me/v1beta
|
||||
gemini_api_key =
|
||||
default_gemini_model = models/gemini-2.0-flash
|
||||
memory_update_model = models/gemini-2.0-flash
|
||||
|
||||
[Application]
|
||||
context_window_size = 5
|
||||
memory_retention_turns = 10
|
||||
max_short_term_events = 15
|
||||
features_dir = data/features
|
||||
memories_dir = data/memories
|
||||
chat_logs_dir = data/chat_logs
|
||||
app_log_file_path = logs/app.log
|
||||
|
||||
[Session]
|
||||
current_role_id = default_role
|
||||
current_memory_id = default_memory
|
||||
current_chat_log_id = default_role_default_memory_ce76c8a8-4072-44f4-8f1b-d942166b62e1
|
||||
|
Reference in New Issue
Block a user