Skip to content

dmiseev/chatgpt-retrieval-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatgpt-retrieval-js

A simple script that enables you to use ChatGPT with your own files for question-answering tasks.

Installation

npm install

Modify .env.dist to use your own OpenAI API key, and rename it to .env.

Place your own files (.txt, .csv, .json, .md) in the data/ folder.

Example usage

To start the script, run the following command:

> npm run start

Feel free to customize and enhance the code to suit your specific use-case and data requirements. Happy ChatGPT interaction!

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published