Integrating OpenAI Assistant into Your Node.js Project This code sets up a basic web server with Express, integrates OpenAI's API, and provides endpoints to create and interact with an AI assistant. It's important to add the actual OPENAI_API_KEY to the .env file.

How to run :

  1. clone the repository
  2. add the .env file with your OPENAI_API_KEY = "sk_11111111111"
  3. install npm packages: npm i
  4. run the application: npm run test