CoolFace
Apppublic

Damonho316/chatgpt-python

sourceHugging Facegpl-3.0updated 4y agoView on Hugging Face
0likes
README.md30 linesDownload Raw Back to root
1---2title: Chatgpt Python3emoji: ๐Ÿ“š4colorFrom: indigo5colorTo: blue6sdk: gradio7sdk_version: 3.18.08app_file: app.py9pinned: false10license: gpl-3.011python_version: 3.8.912tags:13- chatgpt14- gpt315- gpt-316- chatbot17- chat18- bot19- chatgpt320- gpt21duplicated_from: dylanmeca/chatgpt-python22---23 24# ๐Ÿค– ChatGPT-Python ๐Ÿ25[![Build Status](https://img.shields.io/github/stars/dylanmeca/ChatGPT-Python.svg)](https://github.com/dylanmeca/ChatGPT-Python)26[![License](https://img.shields.io/github/license/dylanmeca/ChatGPT-Python.svg)](https://github.com/dylanmeca/ChatGPT-Python/blob/main/LICENSE)27[![dylanmeca](https://img.shields.io/badge/author-dylanmeca-green.svg)](https://github.com/dylanmeca)28[![Python](https://img.shields.io/badge/language-Python%20-yellow.svg)](https://www.python.org)29 30ChatGPT-Python is a software that allows you to use ChatGPT from python through a web interface, using the OpenAI API.