thejagstudio commited on
Commit
84a34a1
·
verified ·
1 Parent(s): f757564

Update api/views.py

Browse files
Files changed (1) hide show
  1. 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://qbh39rzw-8000.euw.devtunnels.ms"
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