Skip to content

Commit

Permalink
fix: api key secret environmental variable
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Dec 2, 2024
1 parent 3e38b21 commit b561dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openai:
secret-key : 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
url :
secret-key : ${GPT_KEY}
url:
model : https://api.openai.com/v1/models
model-list : https://api.openai.com/v1/models/
legacy-prompt: https://api.openai.com/v1/completions
Expand Down

0 comments on commit b561dcf

Please sign in to comment.