Skip to content

SymbioticLove/Chat-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymbioticBot - Our Lite Chatbot Using GPT API

This is a simple and repackaged version of ChatGPT 3.5 turbo. We plan to integrate it with an image generator and package them together. Since GitHub pages supports only static pages, it is a large workaround to attempt to make it openly functional here. It is hosted here mainly as a proof of concept, but is functional with a couple of steps. We will be componetizing this combined simple text and image generator and including it in our main site, and at that point, it will be fully functional.

How to make it work, if you'd like to

Download all files in the repository and put them into a folder. You will then need to modify the "mattGPT.js" file in a text editor (Notepad, Word, any IDE) and include an API key at line #2.
 
If you are a potential employer, please reach out to matthew@symbiotic.love to obtain a test API key, or use OpenAI's website to generate a free one.
 
If you are an individual, you may obtain a free API key from OpenAI! Simply visit https://platform.openai.com/ and sign up for an account. Once you do, click on your profile in the top right corner and select "View API keys". Follow the steps to generate and copy one, and then paste it into line #2, between the single quotes --> const apiKey = '';.
 
Once you have done this, simply open the index.html file, and everything should work as intended! Free API keys are limited to 3 requests per minute, so if it doesn't work, take a little break and come back in a few.

About

Our lite chatbot powered by GPT 3.5 turbo (complete)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published