Update index.md

add FLOW_USE_FRAMEWORK=true
This commit is contained in:
jinliyl 2025-09-16 15:35:48 +08:00 committed by GitHub
parent f77884511e
commit 00b81ebb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,8 @@ FLOW_LLM_BASE_URL=https://xxxx/v1
# Required: Embedding Model Configuration
FLOW_EMBEDDING_API_KEY=sk-xxxx
FLOW_EMBEDDING_BASE_URL=https://xxxx/v1
FLOW_USE_FRAMEWORK=true
```
---