Add API credentials for HF and OpenCode in config and env.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
fee9b9acb1
commit
e9f5b80e23
2
.env
2
.env
@ -1 +1,3 @@
|
||||
HF_TOKEN=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
|
||||
OPENCODE_API_KEY=sk-4jJBUMS7WJyBOtZZAexsSy6aT4NKOYp2gA19WLlaux8jHMw0HvyCl1V45Jf8SONz
|
||||
OPENCODE_URL=https://opencode.ai/zen/v1
|
||||
|
||||
@ -62,7 +62,7 @@ rag:
|
||||
summary_model: deepseek-v4-flash-free
|
||||
summary_chunk_size: 10000
|
||||
classify_chunk_size: 7000
|
||||
opencode_api_key: null # Или через env: OPENCODE_API_KEY
|
||||
opencode_api_key: "sk-4jJBUMS7WJyBOtZZAexsSy6aT4NKOYp2gA19WLlaux8jHMw0HvyCl1V45Jf8SONz" # Или через env: OPENCODE_API_KEY
|
||||
opencode_url: "https://opencode.ai/zen/v1"
|
||||
project_index_dir: ./processed/lightrag_caches
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user