An open API service indexing awesome lists of open source software.

https://github.com/sytpb/chatgpt-openai-python

demo for chatgpt openai using python
https://github.com/sytpb/chatgpt-openai-python

Last synced: 10 months ago
JSON representation

demo for chatgpt openai using python

Awesome Lists containing this project

README

          

# About The Project



This project enables you to rapidly develop a web application utilizing ChatGPT APIs. Several demo files are provided to demonstrate the step-by-step process of building the application.


gpt-chat-robot.py

# Built With

**Python**

**pip**

**Openai**

https://platform.openai.com/

**Gradio**

https://gradio.app/docs/#chatbot

# Prerequisites

A ChatGPT account and applying an API KEY

https://platform.openai.com/account/api-keys

``

``

# Run
**1.** VSCode >> Run Python File (right top)

**2.** local access http://127.0.0.1:7860/ in your browser

public access as below picture show.

![image](https://user-images.githubusercontent.com/12178686/231936265-7c02c9d3-fc30-4960-8ca9-e97c1ce14188.png)