Skip to content

Commit 655d7ac

Browse files
authoredApr 24, 2023
Update README.md
1 parent d5ffacf commit 655d7ac

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
 

‎README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ This README.md file guides you through the process of integrating the ChatGPT AP
3232
## More information about OpenAi-API Endpoints
3333

3434

35-
More Infos
36-
ENDPOINT MODEL NAME
37-
/v1/chat/completions gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301
38-
/v1/completions text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001
39-
/v1/edits text-davinci-edit-001, code-davinci-edit-001
40-
/v1/audio/transcriptions whisper-1
41-
/v1/audio/translations whisper-1
42-
/v1/fine-tunes davinci, curie, babbage, ada
43-
/v1/embeddings text-embedding-ada-002, text-search-ada-doc-001
44-
/v1/moderations text-moderation-stable, text-moderation-latest
35+
### More Infos
36+
37+
ENDPOINT | MODEL NAME
38+
-- | --
39+
/v1/chat/completions | gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301
40+
/v1/completions | text-davinci-003, text-davinci-002, text-curie-001, text-babbage-001, text-ada-001
41+
/v1/edits | text-davinci-edit-001, code-davinci-edit-001
42+
/v1/audio/transcriptions | whisper-1
43+
/v1/audio/translations | whisper-1
44+
/v1/fine-tunes | davinci, curie, babbage, ada
45+
/v1/embeddings | text-embedding-ada-002, text-search-ada-doc-001
46+
/v1/moderations | text-moderation-stable, text-moderation-latest
47+
4548

4649

4750
That's it! You have successfully integrated the ChatGPT API into your PHP website. You can now customize the chat interface and improve the user experience as needed.

0 commit comments

Comments
 (0)