Skip to content

Commit 99cb98b

Browse files
authored
Update README.md
1 parent 98c593e commit 99cb98b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# ChatGPT API Integration (in HTML/CSS with JS/PHP)
1+
# GPT API Integration (in HTML/CSS with JS/PHP)
22
###### Updated: 26.06.2023 (Working well) Please note that this code example is for a basic web application.
33

44
![Screenshot](chatgpt.png)
55

66
### Other Important sources for you! Please read befor!
77
- [Secure Implementation of Artificial Intelligence (AI)](https://github.com/VolkanSah/Implementing-AI-Systems-Whitepaper)
8-
- [ChatGPT Security Best Practices (with GPT3.5-Turbo Example)](https://github.com/VolkanSah/ChatGPT-Security-Best-Practices)
9-
###### ChatGPT is interesting, let's use it to create a better world.
8+
- [GPT Security Best Practices (with GPT3.5-Turbo Example)](https://github.com/VolkanSah/GPT-Security-Best-Practices)
9+
###### GPT is interesting, let's use it to create a better world.
1010

11-
This README.md file will guide you through the process of integrating the ChatGPT API into your PHP-based website, enabling chat functionality using OpenAI's API.
11+
This README.md file will guide you through the process of integrating the GPT API into your PHP-based website, enabling chat functionality using OpenAI's API.
1212

1313

1414
## Prerequisites
1515
- PHP 7.4 or higher installed on your web server
1616
- A web server with support for PHP (e.g., Apache or Nginx)
1717
- Knowledge of HTML, CSS, and JavaScript (for designing the chat interface)
18-
- An API key for the ChatGPT API from Openai.com
18+
- An API key for the GPT API from Openai.com
1919

2020
## API Key
2121
- Register for an account or log in to the OpenAi platform.
@@ -45,11 +45,11 @@ ENDPOINT | MODEL NAME
4545
/v1/embeddings | text-embedding-ada-002, text-search-ada-doc-001, text-search-ada-query-001, text-search-babbage-doc-001, text-search-babbage-query-001, text-search-curie-doc-001, text-search-curie-query-001, text-search-davinci-doc-001, text-search-davinci-query-001
4646
/v1/moderations | text-moderation-latest, text-moderation-stable
4747

48-
You've successfully integrated the ChatGPT API into your PHP website! Now, you can customize the chat interface and enhance the user experience as needed.
48+
You've successfully integrated the GPT API into your PHP website! Now, you can customize the chat interface and enhance the user experience as needed.
4949
## Screenshot
5050
<img src="screenshot.png">
5151

52-
**Please note that this code example is for a basic web application, and you should consider additional security measures please read [ChatGPT Security Best Practices](https://github.com/VolkanSah/ChatGPT-Security-Best-Practices)!**
52+
**Please note that this code example is for a basic web application, and you should consider additional security measures please read [GPT Security Best Practices](https://github.com/VolkanSah/GPT-Security-Best-Practices)!**
5353

5454

5555

@@ -63,8 +63,8 @@ You've successfully integrated the ChatGPT API into your PHP website! Now, you c
6363
- [Developer Site](https://volkansah.github.io)
6464

6565
### Other cool stuff for GPT!
66-
- ['ChatGPT Comment reply' Plugin for WordPress](https://github.com/VolkanSah/ChatGPT-Comments-Reply-WordPress-Plugin)
67-
- [ChatGPT ShellMaster (ChatGPT4 Plugin](https://github.com/VolkanSah/ChatGPT-ShellMaster)
66+
- ['GPT Comment reply' Plugin for WordPress](https://github.com/VolkanSah/GPT-Comments-Reply-WordPress-Plugin)
67+
- [ChatGPT ShellMaster (ChatGPT4 Plugin](https://github.com/VolkanSah/GPT-ShellMaster)
6868
- [GPT over CLI](https://github.com/VolkanSah/GPT-over-CLI)
6969

7070
### License

0 commit comments

Comments
 (0)