Update mcp_server/.env
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Lint with Ruff / ruff (push) Waiting to run
Pyright Type Check / pyright (push) Waiting to run
Tests / unit-tests (push) Waiting to run
Tests / database-integration-tests (push) Waiting to run
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Lint with Ruff / ruff (push) Waiting to run
Pyright Type Check / pyright (push) Waiting to run
Tests / unit-tests (push) Waiting to run
Tests / database-integration-tests (push) Waiting to run
This commit is contained in:
parent
c5d7597319
commit
6a5e4a356e
1 changed files with 3 additions and 3 deletions
|
|
@ -8,11 +8,11 @@ NEO4J_PASSWORD=demodemo
|
||||||
|
|
||||||
# OpenAI API Configuration
|
# OpenAI API Configuration
|
||||||
# Required for LLM operations
|
# Required for LLM operations
|
||||||
OPENAI_API_KEY=your_openai_api_key_here
|
OPENAI_API_KEY=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
|
||||||
MODEL_NAME=gpt-4.1-mini
|
MODEL_NAME=qwen/qwen3-next-80b-a3b-thinking
|
||||||
|
|
||||||
# Optional: Only needed for non-standard OpenAI endpoints
|
# Optional: Only needed for non-standard OpenAI endpoints
|
||||||
# OPENAI_BASE_URL=https://api.openai.com/v1
|
OPENAI_BASE_URL=https://openrouter.ai/api/v1
|
||||||
|
|
||||||
# Optional: Group ID for namespacing graph data
|
# Optional: Group ID for namespacing graph data
|
||||||
# GROUP_ID=my_project
|
# GROUP_ID=my_project
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue