Skip to content

Commit 12e53f3

Browse files
committed
chore: tidy up
1 parent 69eb794 commit 12e53f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aperag/agent/rag_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
from mcp_agent.config import LoggerSettings, MCPServerSettings, MCPSettings, OpenAISettings, Settings
2929
from mcp_agent.workflows.llm.augmented_llm_openai import OpenAIAugmentedLLM
3030

31-
os.environ["APERAG_API_KEY"] = "sk-a77740101d464a8d99dee2bffc96c5cd"
32-
os.environ["OPENAI_API_KEY"] = "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"
31+
os.environ["APERAG_API_KEY"] = ""
32+
os.environ["OPENAI_API_KEY"] = ""
3333
os.environ["APERAG_URL"] = "http://localhost:8000/mcp/"
3434
os.environ["OPENAI_BASE_URL"] = "https://openrouter.ai/api/v1"
3535
os.environ["DEFAULT_MODEL"] = "gpt-4o-mini"

0 commit comments

Comments
 (0)