fgpt-0.1.1 is not a library.
A free reverse proxy and CLI tool for OpenAI GPT-3.5-turbo.
[WIP] It allows you to use the GPT-3.5 API without needing to sign up for an API key or pay for usage.
Features
- REPL mode, you can input questions and get answers interactively
- Reverse proxy mode, you can use the GPT-3.5 API without needing to sign up for an API key or pay for usage
- CLI mode, with shell pipe, file input, code output, etc.
- Support https proxy
Installation
How to use CLI
# To get help
# Output plain code -c/--code
# With pipe
|
# With stdin
# With file -f/--file
# REPL mode
>> How
proxy options:
# 1. pass the proxy address by -p/--proxy
# 2. pass the proxy address by environment variable
dump stats
Use by docker
How to use Reverse Proxy
[WIP]