Gull Pavon
Results
3
comments of
Gull Pavon
@mtxr An example would be when you're trying to connect to Snowflake (which requires connecting to somevaluehere.snowflakecomputing.com) from your company and in order to do so you need to use...
This solves the issue for those who are also coming to this error: ``` class Client: def __init__(self, cookie): self.cookie = cookie self.organization_id = self.get_organization_id() def get_organization_id(self): BASE_URL = "https://claude.ai"...