code-review-env / inference.py

Commit History

Optimize for Phase 2: 5 tasks, severity scoring, iterative refinement, 32 tests
0bbb422

theaniketgiri commited on

Implement native urllib REST client to bypass sandbox missing dependencies and successfully hit LiteLLM proxy
640bba9

theaniketgiri commited on

Fix environment variable import caching and remove rogue proxy preflight
2a3cac2

theaniketgiri commited on

Fix API_KEY priority to ensure LiteLLM proxy tracking works
5674cfc

theaniketgiri commited on

Safely wrap missing openai import inside main routine per validator instructions
b583357

theaniketgiri commited on

Fix inference module imports for hackathon validation
f491c89

theaniketgiri commited on

Replace httpx with urllib to pass sandbox
7fe3fd2

theaniketgiri commited on

fix: replace requests with httpx in inference to fix isolated validator failures
f490409

Dolphin-Syndrom commited on

fix: update log_end score formatting to .3f to strictly match sample script implementation
7ce5739

Dolphin-Syndrom commited on

fix: rewrite inference.py to emit mandatory [START]/[STEP]/[END] structured output
ab42912

Dolphin-Syndrom commited on

Initial code-review-environment submission
9a51a29

Dolphin-Syndrom commited on