Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Added option to change openai url base (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah authored Apr 27, 2023
1 parent caca4cb commit b01e8e4
Show file tree
Hide file tree
Showing 5 changed files with 2,053 additions and 2,038 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ inputs:
required: false
description: 'Disable release notes'
default: 'false'
openai_base_url:
required: false
description:
'The url of the openai api interface.'
default: 'https://api.openai.com/v1'
openai_light_model:
required: false
description:
Expand Down
Loading

0 comments on commit b01e8e4

Please sign in to comment.