Skip to content

Saurav-IIITU/Custom_ChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conversational-chatgpt

Simple script to use ChatGPT on your files.

Demo:

https://customchatgpt-mqzmikehivdehitg5aw8ko.streamlit.app/

Installation

step 1:

Install requirements.txt file

pip install -r requirements.txt

step 2:

Create a file named .streamlit/secrets.toml in your project directory. Add your API key to the secrets.toml file like this:

OPENAI_API_KEY = "your_openai_api_key_here"

step 3:

To start the Streamlit use

streamlit run pdf_chatbot.py

About

Simple script to use ChatGPT on your files.

Resources

Stars

Watchers

Forks

Languages