Skip to content

Commit

Permalink
docs(readme): add links to the guides [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jun 28, 2023
1 parent b888813 commit 5c09775
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Use your `OpenAI` instance to make API requests. [Learn more](guides/GettingStar
- [Moderations](guides/GettingStarted.md#moderations)
- [Audio](guides/GettingStarted.md#audio)

## 📚 Guides

Get started and understand more about how to use OpenAI API client for Kotlin with these guides:

- [Getting Started](guides/GettingStarted.md)
- [Chat with Function Call](guides/ChatFunctionCall.md)
- [FileSource Guide](guides/FileSource.md)

## ℹ️ Sample apps

Sample apps are available under `sample`, please check the [README](sample/README.md) for running instructions.
Expand All @@ -110,7 +118,7 @@ repositories {

</details>

## Throubleshooting
## ️️ Throubleshooting

<details>
<summary>I'm seeing "The model: gpt-4 does not exist"</summary>
Expand Down

0 comments on commit 5c09775

Please sign in to comment.