updated models in the 07g example
This commit is contained in:
committed by
Paul Kompfner
parent
f94a099111
commit
0d74bcacb7
@@ -51,9 +51,11 @@ async def main():
|
|||||||
# api_key="gsk_***",
|
# api_key="gsk_***",
|
||||||
# model="whisper-large-v3",
|
# model="whisper-large-v3",
|
||||||
# )
|
# )
|
||||||
stt = OpenAISTTService(api_key=os.getenv("OPENAI_API_KEY"), model="whisper-1")
|
stt = OpenAISTTService(
|
||||||
|
api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o-transcribe-latest"
|
||||||
|
)
|
||||||
|
|
||||||
tts = OpenAITTSService(api_key=os.getenv("OPENAI_API_KEY"), voice="alloy")
|
tts = OpenAITTSService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o-mini-tts-latest")
|
||||||
|
|
||||||
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
|
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user