Skip to content

Custom Chat GPT to read a confluence page and answer questions based on it.

Notifications You must be signed in to change notification settings

manumaan/custom_chat_gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

  1. Install Libraries

    pip install -r requirements.txt

  2. Beginning of the file internal_doc_chatbot.py, constant values are defined for confulence space name, URL, OpenAI API Key, Confluence API Key etc. Update these to your values. Note that OpenAI API Calls are not free as of March 2023. Confluence site is free to create at this time.

  3. gpt.py is the main file, run it from your IDE or terminal. This would open a flask app running at http://127.0.0.1:5000

About

Custom Chat GPT to read a confluence page and answer questions based on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published