Spaces:
Sleeping
Sleeping
thejagstudio
commited on
Update api/views.py
Browse files- api/views.py +1 -2
api/views.py
CHANGED
@@ -17,9 +17,8 @@ import os
|
|
17 |
from .models import UseCases, DocumentTypes
|
18 |
|
19 |
|
20 |
-
os.environ["_BARD_API_KEY"] = "WwhMDr8qCuXIPs1pwR-lOgPsB51q86WuevPCH5VpcCcxVEEQqywHYShAfkE19lCRXUOQaQ."
|
21 |
# host_url = "http://16.170.244.54"
|
22 |
-
host_url = "https://
|
23 |
googleAPIKey = "AIzaSyBeo4NGA__U6Xxy-aBE6yFm19pgq8TY-TM"
|
24 |
genai.configure(api_key='AIzaSyALFCivW9GP25mbxL3W7Fv6u7m2ZHVlC8w')
|
25 |
|
|
|
17 |
from .models import UseCases, DocumentTypes
|
18 |
|
19 |
|
|
|
20 |
# host_url = "http://16.170.244.54"
|
21 |
+
host_url = "https://thejagstudio-absoluteai.hf.space/"
|
22 |
googleAPIKey = "AIzaSyBeo4NGA__U6Xxy-aBE6yFm19pgq8TY-TM"
|
23 |
genai.configure(api_key='AIzaSyALFCivW9GP25mbxL3W7Fv6u7m2ZHVlC8w')
|
24 |
|