Skip to content

ttong-ai/chatgpt-backend-public

Repository files navigation

ChatGPT-like backend demo implementation using OpenAI's GPT API's

Author: T. Tong ttong@pro-ai.org

Follow me on: Medium Twitter LinkedIn

In agent.models_openai.py, you will need to supply your own OPEN_API_KEY

openai.api_key = os.getenv("OPENAI_API_KEY", "<YOUR_OPEN_API_KEY>")

You may deploy your backend with Repl or other hosting services.

ChatWithFuture

About

Here is an example implementation of ChatGPT-like chatbot using GPT API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages