Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.16 KB

ChatBot-OpenAI

Simple OpenAI based ChatBot (GPT-3). Installations steps below.

1.Install MSI

001 Install Chatbot MSI

2.Make sure to retrieve API from OpenAI and paste it in APIKey config file

002 API-OpenAI

3.Test by asking any question(s), check logs for details

003 AskAnyQuestion

4.Menu options explained

  • File:

    • Choose Prompt: choose a predefined GPT-3 prompt
  • Edit:

    • API: config API key
    • Config: configure temperature, max tokens etc
    • Prompt: modify existing prompt
  • Logs:

    • Open logfiles
  • Settings:

    • Toggle StarAtBoot: makes the chatbot start at boot
  • Help:

    • Configfiles: jump straight to config files
    • Examples: go to https://beta.openai.com/examples/ to get deeper into the rabbit hole
    • JsonObject.Prompt: print out JsonObject prompt
    • Manual: open PDF manual