mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
test(config): enable environment loading in test configuration
This commit is contained in:
parent
33f6822792
commit
b8619aaabc
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ async def main():
|
|||
default_as_llm_config={"model_name": "qwen3.5-35b-a3b"},
|
||||
# default_embedding_model_config={"model_name": "text-embedding-v4"},
|
||||
default_file_store_config={"fts_enabled": True, "vector_enabled": False},
|
||||
enable_load_env=True,
|
||||
)
|
||||
logging.getLogger("reme").setLevel(logging.WARNING)
|
||||
await reme.start()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue