You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff 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)
2
2
###### Updated: 26.06.2023 (Working well) Please note that this code example is for a basic web application.
3
3
4
4

5
5
6
6
### Other Important sources for you! Please read befor!
7
7
-[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.
10
10
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.
12
12
13
13
14
14
## Prerequisites
15
15
- PHP 7.4 or higher installed on your web server
16
16
- A web server with support for PHP (e.g., Apache or Nginx)
17
17
- 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
19
19
20
20
## API Key
21
21
- Register for an account or log in to the OpenAi platform.
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.
49
49
## Screenshot
50
50
<imgsrc="screenshot.png">
51
51
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)!**
53
53
54
54
55
55
@@ -63,8 +63,8 @@ You've successfully integrated the ChatGPT API into your PHP website! Now, you c
63
63
-[Developer Site](https://volkansah.github.io)
64
64
65
65
### Other cool stuff for GPT!
66
-
-['ChatGPT Comment reply' Plugin for WordPress](https://github.com/VolkanSah/ChatGPT-Comments-Reply-WordPress-Plugin)
0 commit comments