Skip to content

Commit f711e1c

Browse files
authored
Fix typo on Readme
1 parent 1086eaf commit f711e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Currently we are supporting the `openai.chatCompletionService()` service only.
3232
[Anyscale](https://www.anyscale.com/endpoints) is suported by Simple-OpenAI. We can use the class `SimpleOpenAIAnyscale`, which extends the class `BaseSimpleOpenAI`, to start using this provider.
3333
```java
3434
var openai = SimpleOpenAIAnyscale.builder()
35-
.apiKey(System.getenv("AZURE_OPENAI_API_KEY"))
35+
.apiKey(System.getenv("ANYSCALE_API_KEY"))
3636
//.baseUrl(customUrl) Optionally you could pass a custom baseUrl
3737
//.httpClient(customHttpClient) Optionally you could pass a custom HttpClient
3838
.build();
@@ -372,4 +372,4 @@ Examples for each OpenAI service have been created in the folder [demo](https://
372372
## 📄 License
373373
Simple-OpenAI is licensed under the MIT License. See the
374374
[LICENSE](https://github.com/sashirestela/simple-openai/blob/main/LICENSE) file
375-
for more information.
375+
for more information.

0 commit comments

Comments
 (0)