We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ff86 commit 9441845Copy full SHA for 9441845
quotientai/client.py
@@ -35,7 +35,9 @@ def __init__(self):
35
# Base URL for the Supabase project
36
self.supabase_url = "https://hhqppcqltklzfpggdocb.supabase.co"
37
38
- self.eval_scheduler_url = "http://eval-scheduler-alb-887401167.us-east-2.elb.amazonaws.com"
+ self.eval_scheduler_url = (
39
+ "http://eval-scheduler-alb-887401167.us-east-2.elb.amazonaws.com"
40
+ )
41
42
self.supaclient = SyncPostgrestClient(
43
self.supabase_url + "/rest/v1", headers={"apiKey": self.public_api_key}
0 commit comments