Skip to content

Commit

Permalink
Update default OpenAI models
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jul 6, 2024
1 parent e2c7d27 commit 0b488a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ inputs:
default: ${{ github.event.pull_request.head.ref }}
generation_model:
description: LLM to use for reno release note text generation
default: gpt-4-turbo-preview
default: gpt-4o
function_calling_model:
description: LLM to use for function calling (service parameter resolution, output formatting)
default: gpt-3.5-turbo-0613
default: gpt-3.5-turbo
system_prompt:
description: System message/prompt to help the model generate reno release note (prompt text or URL where prompt text can be found)
default: https://bit.ly/reno_release_note_system_prompt_v4
Expand Down

0 comments on commit 0b488a4

Please sign in to comment.