Skip to content

eoinhalpin99/chatting-with-ChatGPT

 
 

Repository files navigation

chatting-with-ChatGPT License: MPL 2.0 GitHub Super-Linter

Repository for chatting with ChatGPT.

This repository contains Python code, and associated unit tests, which uses the OpenAI API to perform language generation. The code takes the input from the user and generates a response using the "text-davinci-003" engine.

To run program

Your OpenAI key is passed to program via an environment variable

export OPENAI_KEY="Your OpenAI key"
python main.py

To generate an OpenAI key browse to OpenAI API Keys and select "Create new secret key".

To run unit tests

pytest

OpenAI API Reference

For more information on the API available see the OpenAI API Reference Documentation.

About

repository for chatting with ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%