File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OPENAI_MODEL_PROFILE=current
1313
1414# Explicit profile-specific overrides (optional)
1515OPENAI_CHAT_MODEL_CURRENT = gpt-5-mini
16- OPENAI_VISION_MODEL_CURRENT = gpt-5
16+ OPENAI_VISION_MODEL_CURRENT = gpt-5.2
1717OPENAI_RESEARCH_MODEL_CURRENT = gpt-5.2
1818OPENAI_STT_MODEL_CURRENT = gpt-4o-mini-transcribe
1919
@@ -87,4 +87,4 @@ WEBSOCKET_LOG_ENABLED=false
8787
8888# Where to bind the WebSocket server
8989WEBSOCKET_LOG_HOST = 127.0.0.1
90- WEBSOCKET_LOG_PORT = 9876
90+ WEBSOCKET_LOG_PORT = 9876
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ LLM Tech stack:
9191 - Modern
9292 - ` TTS ` gpt-4o-mini-transcribe
9393 - ` Chat ` GPT-5-mini
94- - ` vision ` GPT-5 + Tesseract
94+ - ` vision ` GPT-5.2 + Tesseract
9595 - ` research ` GPT-5.2
9696
9797- ` STT `
You can’t perform that action at this time.
0 commit comments