Skip to content

Commit

Permalink
Update gpt-4o versions from 2023-xx to 2024-08-06
Browse files Browse the repository at this point in the history
  • Loading branch information
YusakuNo1 committed Nov 14, 2024
1 parent 11fd06e commit daedc4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/api/agents/product/product.prompty
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ model:
configuration:
type: azure_openai
azure_deployment: gpt-4-evals
api_version: 2023-07-01-preview
api_version: 2024-08-06
parameters:
max_tokens: 1500
sample:
Expand Down
2 changes: 1 addition & 1 deletion src/api/agents/writer/writer.prompty
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ model:
configuration:
type: azure_openai
azure_deployment: gpt-4-evals
api_version: 2023-07-01-preview
api_version: 2024-08-06
parameters:
max_tokens: 2000
sample:
Expand Down
2 changes: 1 addition & 1 deletion src/api/evaluate/friendliness.prompty
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ model:
api: chat
configuration:
type: azure_openai
api_version: 2023-07-01-preview
azure_deployment: gpt-4-evals
api_version: 2024-08-06
parameters:
max_tokens: 3000
temperature: 0.1
Expand Down

0 comments on commit daedc4e

Please sign in to comment.