Skip to content

borisPerlov/openAiAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors