Skip to content

Commit

Permalink
Bump AOAI API version to 2024-10-21 (GA) (#12)
Browse files Browse the repository at this point in the history
Bump api version to 2024-10-21 (GA)
  • Loading branch information
iMicknl authored Oct 24, 2024
1 parent 4485ce9 commit 8cb66dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from openai.types import CompletionUsage
from utils.identity import get_token_provider

AZURE_OPENAI_API_VERSION = "2024-09-01-preview"
AZURE_OPENAI_API_VERSION = "2024-10-21"

PROMPT = """
Create a highly engaging podcast script between two people based on the input text. Use informal language to enhance the human-like quality of the conversation, including expressions like \"wow,\" laughter, and pauses such as \"uhm.\"
Expand Down

0 comments on commit 8cb66dd

Please sign in to comment.