Skip to content

Corey-Stowe/Simple-ChatGPT-webstie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT GPT 3 , 3.5 TRUBO SIMPLE WEB CHAT

simple, fast, quick response

Main Page This webstie based from Open AI API

How to setup

Very simple with 2 steps

step 1 : setup for module GPT 3
  1. Open file app3.js and add your api key and set token limit
const apikey = "enter your api key here";
    const orgkey = "your org key here"; //no need to add this
    const settoken = 2000
  1. Obfuscation JS (optional) to more secure for hidden your APIs key
step 2: setup for module GPT 3.5
  1. Open file app35.js and add your api key and org key
 const apikey = "enter your api key here";
    const orgkey = "your org key here";
  1. Obfuscation JS (optional) to more secure for hidden your APIs key

NOTE

  • You can change language via each of html file
  • Obfuscation JS is strongly recommend to more secure hidden your APIs key
  • Not supported with respone code you can use beauty code for easy view code
  • Base only Open AI api key