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