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

https://github.com/daniel-furman/chat-gpt-3.5-turbo

Lightweight demo of gpt-3.5-turbo conversation completion.
https://github.com/daniel-furman/chat-gpt-3.5-turbo

chatgpt conversation-completion gradio openai-api

Last synced: 2 months ago
JSON representation

Lightweight demo of gpt-3.5-turbo conversation completion.

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/daniel-furman/Polyglot-or-Not/blob/main/LICENSE)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# chat-gpt-3.5-turbo
Chatbot front-end for OpenAI's chat-gpt-3.5 API. Designed to be a base template for in-context learning applications with conversational dialogue.

See running [web app](https://huggingface.co/spaces/dfurman/chat-gpt-3.5-turbo) on 🤗 demonstrating a basic deployment.

![basic conversation completion](assets/basic_usage.gif)