https://github.com/cschladetsch/csharpgptconsole
A console interface that shows more than you get from the web interface to GPT-4+
https://github.com/cschladetsch/csharpgptconsole
console csharp gpt
Last synced: about 1 year ago
JSON representation
A console interface that shows more than you get from the web interface to GPT-4+
- Host: GitHub
- URL: https://github.com/cschladetsch/csharpgptconsole
- Owner: cschladetsch
- License: mit
- Created: 2023-03-25T15:31:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T16:21:40.000Z (over 3 years ago)
- Last Synced: 2025-07-05T02:53:02.472Z (about 1 year ago)
- Topics: console, csharp, gpt
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Gpt-Console
A naked look at as how *Chat-GPT* responds to a given arbitrary input string.
You will need to set the environment variable *OPENAI_API_KEY* to be your private key for this to work.
## Notes
* Thia is a raw first pass. The idea was to get as bare to the bones as possible, so it takes some parsing to grok the output.
* You get far more information from this than you do via the web interface.
* This also works in Unity3d.
## TODO
* Using Json formatting for output. I don't want to remove any information; just make it easier t o parse.