import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)file = client.beta.files.create( file="file",)print(file.id)
import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)file = client.beta.files.create( file="file",)print(file.id)