freeGPTFix
  • Welcome
  • Getting Started
    • Quickstart
  • Client
    • gpt3
    • gpt3.5
    • gpt4
    • gpt4o
    • gemini
    • prodia
    • pollinations
  • Lib
    • models
    • proxy
    • helper
    • room
      • ConnectRoles
      • ConnectModel
  • roles
    • roles
    • Undertale
      • SANS
      • PAPYRUS
      • GASTER
      • ALPHIS
    • HXH
      • GON
      • KILLUA
      • MERUEM
      • NETERO
    • KimetsuNoYaiba
      • RENGOKU
    • Other
      • FRIEND
      • HISTORIAN
      • PSYCHIATRIST
  • Change Log
    • Versions
      • 1.3.0
      • 1.2.0
  • Reference
    • Helpers
    • Contacts
Powered by GitBook
On this page
  1. Getting Started

Quickstart

First, you need to install our library via:

pip install freeGPTFix

After a successful installation, you can quickly start working with freeGPTFix via:

from freeGPTFix import Client
prompt = input("> ")
resp = Client.create_completion("gpt3_5", prompt)
print(resp)

Note that you should write gpt3_5 instead of gpt3.5!

PreviousWelcomeNextgpt3

Last updated 9 months ago