Skip to content

Commit 55a7d2c

Browse files
committed
clean up commented out code
1 parent 7bf6a0f commit 55a7d2c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

backend/scripts/simple_eval.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
from tenantfirstaid.shared import CONFIG, DEFAULT_INSTRUCTIONS
88

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-
149
client = OpenAI(
1510
api_key=CONFIG.openai_api_key or CONFIG.github_api_key,
1611
base_url=CONFIG.model_endpoint,

0 commit comments

Comments
 (0)