mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
* refactor(memory): rename copaw to reme and update module structure * chore(release): bump version to 0.3.0.6b1 * refactor(docs): update README and ReMeLight implementation * refactor(reme): rename ReMeCopaw to ReMeLight and remove CLI module * docs(readme): update Chinese documentation with enhanced structure and content * docs(readme): update Chinese documentation for context compression * docs(readme): update context compression section header * docs(readme): update documentation with installation and usage guide * docs(readme): update Chinese documentation table * chore(deps): update dependency extras configuration * chore(test): remove deprecated test files for message operations * docs(readme): update documentation with ReMeLight implementation changes
7 lines
159 B
Bash
7 lines
159 B
Bash
LLM_API_KEY=sk-xxxx
|
|
LLM_BASE_URL=https://xxxx/v1
|
|
EMBEDDING_API_KEY=sk-xxxx
|
|
EMBEDDING_BASE_URL=https://xxxx/v1
|
|
LLM_MODEL_NAME=qwen3.5-plus
|
|
|
|
TAVILY_API_KEY=xxxx
|