Skip to content

Commit

Permalink
Merge pull request HamaWhiteGG#28 from ThreaT/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
HamaWhiteGG authored Jul 5, 2023
2 parents cc016c0 + 36a53dc commit a57f58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export OPENAI_PROXY=http://host:port
If you want to set the API key and proxy dynamically, you can use the openaiApiKey and openaiProxy parameter when initiating OpenAI class.
```java
var llm = OpenAI.builder()
.openaiOrganization("xxx")
.openaiApiKey("xxx")
.openaiProxy("http://host:port")
.build()
Expand Down

0 comments on commit a57f58c

Please sign in to comment.