mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
- Removed unnecessary comments - Improved code formatting across multiple files - Updated import statements and removed unused imports - Refactored some function definitions for better readability
9 lines
191 B
Bash
9 lines
191 B
Bash
FLOW_EMBEDDING_API_KEY=sk-xxxx
|
|
FLOW_EMBEDDING_BASE_URL=https://xxxx/v1
|
|
|
|
FLOW_LLM_API_KEY=sk-xxxx
|
|
FLOW_LLM_BASE_URL=https://xxxx/v1
|
|
|
|
FLOW_ES_HOSTS=http://0.0.0.0:9200
|
|
|
|
FLOW_USE_FRAMEWORK=true
|