Skip to content

Commit 7231ce1

Browse files
committed
chore: troubleshooting guide [skip ci]
1 parent b7150b4 commit 7231ce1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,7 @@ repositories {
124124

125125
## ⚠️️ Throubleshooting
126126

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).
132128

133129
## ⭐️ Support
134130

TROUBLESHOOTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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>

0 commit comments

Comments
 (0)