21 lines
568 B
INI
21 lines
568 B
INI
[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
|
|
|