Skip to content

The official Python library for the GPT-trainer API

Notifications You must be signed in to change notification settings

ks-collab/gpt-trainer-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

We recommend installing using the GitHub HTTPS URL:

pip install gpt_trainer_sdk@git+https://github.com/ks-collab/gpt-trainer-sdk.git

Updates can be installed with:

pip install --upgrade gpt_trainer_sdk@git+https://github.com/ks-collab/gpt-trainer-sdk.git

Usage

You will need a GPT-trainer API key, which can be generated in the "Account" menu.

Initialize the SDK with your API key:

from gpt_trainer_sdk import GPTTrainer

gpt_trainer = GPTTrainer(api_key="GPT_TRAINER_API_KEY")

About

The official Python library for the GPT-trainer API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages