/ChatGPT-API-WebUI

the minimum webpage implement of to Call ChatGPT API

Primary LanguageCSS

Chat-GBT-WebUI

the minimum webpage implement of to Call ChatGPT API

Preview

Quick Start

  • edit app.py
openai.api_key = "your_key"

return redirect('http://url/')
  • edit app_frontend.html
<form action="http://your-url/" method="POST">
docker build --network=host -t app:v0 .
docker run --name app -p 80:80 -d app:v0