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

Commit b01e8e4

Browse files
authored
Added option to change openai url base (#256)
1 parent caca4cb commit b01e8e4

File tree

5 files changed

+2053
-2038
lines changed

5 files changed

+2053
-2038
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ inputs:
6262
required: false
6363
description: 'Disable release notes'
6464
default: 'false'
65+
openai_base_url:
66+
required: false
67+
description:
68+
'The url of the openai api interface.'
69+
default: 'https://api.openai.com/v1'
6570
openai_light_model:
6671
required: false
6772
description:

0 commit comments

Comments
 (0)