File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,7 @@ repositories {
124
124
125
125
## ⚠️️ Throubleshooting
126
126
127
- <details >
128
- <summary >I'm seeing "The model: gpt-4 does not exist"</summary >
129
-
130
- The access to GPT-4 API is restricted at the moment. You can join the waitlist using [ this form] ( https://openai.com/waitlist/gpt-4-api ) .
131
- </details >
127
+ For common issues and their solutions, check the [ Troubleshooting Guide] ( TROUBLESHOOTING.md ) .
132
128
133
129
## ⭐️ Support
134
130
Original file line number Diff line number Diff line change
1
+ # Troubleshooting Guide
2
+
3
+ Facing issues while using the OpenAI Kotlin API Client? Here are some common problems and their solutions.
4
+
5
+ <details >
6
+ <summary >I'm seeing "The model: gpt-4 does not exist"</summary >
7
+
8
+ The access to GPT-4 API is restricted at the moment. You can join the waitlist using [ this form] ( https://openai.com/waitlist/gpt-4-api ) .
9
+ </details >
You can’t perform that action at this time.
0 commit comments