Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 542 Bytes

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")