Skip to content

Latest commit

ย 

History

History
34 lines (23 loc) ยท 1.34 KB

File metadata and controls

34 lines (23 loc) ยท 1.34 KB

๐Ÿค– Codex - AI Chatbot ๐Ÿค–

This is a full-stack JavaScript application that uses OpenAI's GPT-3 model to generate intelligent and context-aware responses. The project is version controlled using Git.

๐Ÿš€ Technologies Used ๐Ÿš€

  • Front-end: HTML, CSS, JavaScript
  • Back-end: Node.js, Express
  • AI Model: OpenAI's GPT-3
  • Version Control: Git

๐Ÿ“š Features ๐Ÿ“š

  • User can interact with the AI model by inputting prompts.
  • The AI model generates intelligent and context-aware responses.
  • The responses are displayed in a chat-like interface.

๐Ÿ› ๏ธ Installation Instructions ๐Ÿ› ๏ธ

  1. Clone the repository to your local machine using git clone.
  2. Navigate to the client directory and run npm install to install the necessary dependencies.
  3. Run npm start to start the client-side application.
  4. Navigate to the server directory and run npm install to install the necessary dependencies.
  5. Run node server.js to start the server-side application.
  6. Open your browser and navigate to http://localhost:5173 to view the application.

๐Ÿ“ Note ๐Ÿ“

  • Remember to add your OpenAI API key in .env file of server folder.
  • More features and improvements are coming soon!

๐Ÿ“ฎ Feedback ๐Ÿ“ฎ

If you have any feedback or suggestions, feel free to open an issue or a pull request. Contributions are welcome!