gnuconcepts / ChatWindowLLM

Simple Chat Window to interface with ChatGPT API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatWindowGPT

Simple Chat Window to interface with ChatGPT API

You need the Open AI library to run this.

pip install openai

You'll also need to create a directory and file c:\keystore\Keys.txt which is a CSV file with the contents:

Key,Value
OPENAI_KEY, your key goes here 

go here to get an open AI key:

https://platform.openai.com/signup

ChatWindowGPT

About

Simple Chat Window to interface with ChatGPT API

License:MIT License


Languages

Language:Python 100.0%