mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-17 23:51:19 +00:00
* refactor(file_io): update file I/O operations and truncation logic * refactor(memory): update file-based memory compaction logic
38 lines
649 B
YAML
38 lines
649 B
YAML
as_llms:
|
|
default:
|
|
backend: openai
|
|
model_name: qwen3.5-plus
|
|
|
|
thread_pool_max_workers: -1
|
|
|
|
as_llm_formatters:
|
|
default:
|
|
backend: openai
|
|
|
|
as_token_counters:
|
|
default:
|
|
backend: rule
|
|
token_count_estimate_divisor: 3.75
|
|
|
|
embedding_models:
|
|
default:
|
|
backend: openai
|
|
dimensions: 1024
|
|
use_dimensions: false
|
|
enable_cache: true
|
|
max_batch_size: 10
|
|
max_cache_size: 2000
|
|
max_input_length: 8192
|
|
|
|
file_stores:
|
|
default:
|
|
backend: chroma
|
|
embedding_model: default
|
|
store_name: "reme"
|
|
|
|
file_watchers:
|
|
default:
|
|
backend: full
|
|
file_store: default
|
|
suffix_filters: [ ".md" ]
|
|
recursive: false
|