Open-AI

所属分类:GPT/ChatGPT
开发工具:JavaScript
文件大小:39KB
下载次数:0
上传日期:2022-12-28 18:11:43
上 传 者sh-1993
说明:  这个项目是一个类似于ChatGPT的web应用程序,您可以与高级GPT3模型API进行通信,最重要的是,您可以就JavaScript、React或任何其他编程语言向AI寻求帮助,为其提供代码并将其转换为其他编程语言,等等。
(This project is a web application that resembles ChatGPT, You can have Communication with advanced GPT3 model API, and most importantly, you have the ability to ask the AI for help regarding JavaScript, React, or any other programming language, giving it code and translating it to another programming language, and much more. ,)

文件列表:
LICENSE (1067, 2022-12-29)
client (0, 2022-12-29)
client\assets (0, 2022-12-29)
client\assets\bot.svg (1032, 2022-12-29)
client\assets\send.svg (295, 2022-12-29)
client\assets\user.svg (379, 2022-12-29)
client\index.html (748, 2022-12-29)
client\javascript.svg (995, 2022-12-29)
client\package-lock.json (30647, 2022-12-29)
client\package.json (228, 2022-12-29)
client\public (0, 2022-12-29)
client\public\favicon.ico (15406, 2022-12-29)
client\script.js (2510, 2022-12-29)
client\style.css (1937, 2022-12-29)
server (0, 2022-12-29)
server\package-lock.json (68819, 2022-12-29)
server\package.json (338, 2022-12-29)
server\server.js (1042, 2022-12-29)

# OpendAI-API > This project is a web application that resembles ChatGPT, You can have Communication with advanced GPT3 model API, and most importantly, you have the ability to ask the AI for help regarding JavaScript, React, or any other programming language, giving it code and translating it to another programming language, and much more. ![cicada](https://user-images.githubusercontent.com/101924220/20***49281-6c56ee68-c034-4287-86***-170d8f0f4ecf.PNG) In order to achieve this project I used some resources and technologies listed below : ## Built With - Major languages : JavaScript, HTML, CSS - Technologies used : Github, Git, Gitflow, Vite, openai-api - Library, Framework and others : Express, Node.js, nodemon, dotenv, cors ## Live Demo - Click [Here](https://cicada-ai.vercel.app/) To open the live demo ### Prerequisites - A personal computer connected to the internet; - Have a working and updated browser. - Have a local version control like git installed on your computer - Have an account on Github, as an online/remote Version Control System - Code editor (Visual studio code, sublime text, notepad++, ...) installed on your computer; - Knowledge of HTML and CSS and JavaScript ### Setup ° In your terminal, run the following steps in order to run this project. - clone the project ```sh git clone git@github.com:Chrissiku/Open-AI.git cd Open-AI ``` - Frontend ```sh cd client npm install npm run dev ``` Now go back to the root directon ```sh cd ../ ``` - Backend ``` cd server npm install ``` inside the `server` folder create a `.env` file and configure your api key that you will get from (OPEN-AI/API)[https://openai.com/api/] ``` OPENAI_AI_KEY='YOUR_API_KEY' ``` now form here your are ready to go run the backend server now ```sh npm run server ``` Go to yout (localhost)[http://127.0.0.1] and you should start test the app on your local machine ## Author ‘¤ **Chris Siku** - GitHub: [@githubhandle](https://github.com/Chrissiku) - Twitter: [@twitterhandle](https://twitter.com/christian_siku) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/christian-siku/) ## Aknowledgement - All my acknowledments goes to the (JS Mastery)[https://www.jsmastery.pro/] community ## Contributing ¤ Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/). ## Show your support Give a if you like this project! ## Acknowledgments ## “ License This project is [MIT](LICENSE) licensed.

近期下载者

相关文件


收藏者