File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ Use your `OpenAI` instance to make API requests. [Learn more](guides/GettingStar
84
84
- [ Moderations] ( guides/GettingStarted.md#moderations )
85
85
- [ Audio] ( guides/GettingStarted.md#audio )
86
86
87
+ ## 📚 Guides
88
+
89
+ Get started and understand more about how to use OpenAI API client for Kotlin with these guides:
90
+
91
+ - [ Getting Started] ( guides/GettingStarted.md )
92
+ - [ Chat with Function Call] ( guides/ChatFunctionCall.md )
93
+ - [ FileSource Guide] ( guides/FileSource.md )
94
+
87
95
## ℹ️ Sample apps
88
96
89
97
Sample apps are available under ` sample ` , please check the [ README] ( sample/README.md ) for running instructions.
@@ -110,7 +118,7 @@ repositories {
110
118
111
119
</details >
112
120
113
- ## ⚠️ Throubleshooting
121
+ ## ⚠️️ Throubleshooting
114
122
115
123
<details >
116
124
<summary >I'm seeing "The model: gpt-4 does not exist"</summary >
You can’t perform that action at this time.
0 commit comments