Skip to content

liupig/ChatGptWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGptWeb

This is a call chatgpt web project, only need you run:

  1. pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn -r requirements.txt
  2. replace chatgpt/Service/OpenAIController py of you-Authorization for your Authorization will be ready to run
  3. python runServer.py

这是一个chatGPT的Web项目, 只需要三步就可以使用了:

  1. pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt

  2. 替换您的chatgpt/Service/OpenAIController.py 中的you-Authorization为您的Authorization

  3. python runServer.py

The front-end code comes from: aigcfun; thank 前端代码来自于:aigcfun, 致谢