Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit c7fbd12

Browse files
author
Jason Costello
committed
Setting default API_BASE
1 parent 61488d1 commit c7fbd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Author: Jason Costello <jason@hypervector.io>
33

44
API_KEY = None
5-
API_BASE = "http://localhost:5000"
5+
API_BASE = "http://api.hypervector.io/v1"
66

77
from hypervector.resources.core import *

0 commit comments

Comments
 (0)