A client library for accessing customgpt
Project description
CustomGPT SDK
Usage
First, create a client:
from customgpt_client import CustomGPT
CustomGPT.api_key="SuperSecretToken"
Now you can access to all of our Models: Example Request will be like this:
Creating a Project synchronously:
response = CustomGPT.Project.create(project_name='Test', sitemap_path='https://example.com/test.xml', file_data_retension=False, file=file)
project_id = response.data.id
Or do the same thing with an async version:
response = await CustomGPT.Project.acreate(project_name='Test', sitemap_path='https://example.com/test.xml', file_data_retension=False, file=file)
project_id = response.data.id
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
customgpt_client-1.1.9.tar.gz
(117.1 kB
view hashes)
Built Distribution
Close
Hashes for customgpt_client-1.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42804cab2943f19c422b15c2349f9756972dd34c5cf58324f684b1feb3e3b764 |
|
MD5 | 34a219e6c5d1f573ac95ee8761fa84a0 |
|
BLAKE2b-256 | 77d88ed3cabf1ad1589cc8d208d2a3123eac8894804ca22434ea3648fc855a9b |