Skip to content

up1/demo-openai-prompt-nodejs

Repository files navigation

Demo Custom Prompt with NodeJS

  • OpenAI
  • Read data from CSV

Processes

  • Read data from csv file
  • Create embedding from csv file (by cell/column in each row)
  • Create prompt
  • Send prompt to OpenAI

Steps to run

Rename file .env.sample to .env

  • Add your api key

Install and run

$npm install
$node index.js 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published