Skip to content

lianshufeng/chatgpt_api_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-3.5-turbo demo cdn stream vuejs

# install 
npm install

# replace main.js
apiKey: "<apikey>"
  • CDN && Proxy Api
const openai = new OpenAIApi(configuration, 'https://openai.jpy.wang/v1');
  • nginx
    location / {
        ...
        
        #Allow forwarding progress
        proxy_buffering off;
        
        ...
    }
  • docker
docker-compose up -d

About

gpt-3.5-turbo stream api cdn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published