change transcription model

parent 5148341d
...@@ -17,7 +17,7 @@ class StudentNationality(str, Enum): ...@@ -17,7 +17,7 @@ class StudentNationality(str, Enum):
class Models(str, Enum): class Models(str, Enum):
chat = "gpt-5-nano" chat = "gpt-5"
tts = "gpt-4o-mini-tts" tts = "gpt-4o-mini-tts"
embedding = "text-embedding-3-small" embedding = "text-embedding-3-small"
transcription = "whisper-1" transcription = "gpt-4o-transcribe"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment