Skip to content

Commit

Permalink
Fix typo on Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela authored Feb 20, 2024
1 parent 1086eaf commit f711e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently we are supporting the `openai.chatCompletionService()` service only.
[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.
```java
var openai = SimpleOpenAIAnyscale.builder()
.apiKey(System.getenv("AZURE_OPENAI_API_KEY"))
.apiKey(System.getenv("ANYSCALE_API_KEY"))
//.baseUrl(customUrl) Optionally you could pass a custom baseUrl
//.httpClient(customHttpClient) Optionally you could pass a custom HttpClient
.build();
Expand Down Expand Up @@ -372,4 +372,4 @@ Examples for each OpenAI service have been created in the folder [demo](https://
## 📄 License
Simple-OpenAI is licensed under the MIT License. See the
[LICENSE](https://github.com/sashirestela/simple-openai/blob/main/LICENSE) file
for more information.
for more information.

0 comments on commit f711e1c

Please sign in to comment.