import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)chat_thread = client.chat_threads.delete( "thread_id",)print(chat_thread)
import osfrom scale_gp import SGPClientclient = SGPClient( api_key=os.environ.get("SGP_API_KEY"), # This is the default and can be omitted)chat_thread = client.chat_threads.delete( "thread_id",)print(chat_thread)