Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roryl23 committed Nov 18, 2023
1 parent 49dd2ba commit 71a69e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ returns
"This is a test."
```

# Overriding default parameters
### Overriding default parameters

If you have a non-standard setup, such as a local LLM or third-party that
If you have a non-standard setup, such as a local LLM or third-party service that
conforms to the OpenAI interface, you can override parameters using the `OpenAIProvider`
struct in your application like this:

Expand All @@ -59,7 +59,6 @@ response = create_chat(
)
```


For more use cases [see tests](https://github.com/JuliaML/OpenAI.jl/tree/main/test).

## Feature requests
Expand Down

0 comments on commit 71a69e0

Please sign in to comment.