Skip to content

Commit

Permalink
endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Jul 19, 2023
1 parent fc793e1 commit f0526c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vanna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

__org: Union[str, None] = None # Organization name for Vanna.AI

_endpoint = "https://ask.vanna.ai/rpc"
_unauthenticated_endpoint = "https://ask.vanna.ai/unauthenticated_rpc"
_endpoint = "https://vanna-rpc-test-x5y3argz6q-uc.a.run.app/rpc"
_unauthenticated_endpoint = "https://vanna-rpc-test-x5y3argz6q-uc.a.run.app/unauthenticated_rpc"

def __unauthenticated_rpc_call(method, params):
headers = {
Expand Down

0 comments on commit f0526c8

Please sign in to comment.