We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6a0f commit 55a7d2cCopy full SHA for 55a7d2c
backend/scripts/simple_eval.py
@@ -6,11 +6,6 @@
6
7
from tenantfirstaid.shared import CONFIG, DEFAULT_INSTRUCTIONS
8
9
-# API_KEY = os.getenv("OPENAI_API_KEY", os.getenv("GITHUB_API_KEY"))
10
-# BASE_URL = os.getenv("MODEL_ENDPOINT", "https://api.openai.com/v1")
11
-# MODEL = os.getenv("MODEL_NAME", "o3")
12
-# MODEL_REASONING_EFFORT = os.getenv("MODEL_REASONING_EFFORT", "medium")
13
-
14
client = OpenAI(
15
api_key=CONFIG.openai_api_key or CONFIG.github_api_key,
16
base_url=CONFIG.model_endpoint,
0 commit comments