Abhaykoul commited on
Commit
93f1414
·
verified ·
1 Parent(s): 129b703

Update v2.py

Browse files
Files changed (1) hide show
  1. v2.py +1 -1
v2.py CHANGED
@@ -13,7 +13,7 @@ class v2:
13
  proxies: dict = {},
14
  ):
15
  self.session = requests.Session()
16
- self.chat_endpoint = os.get("v2")
17
  self.stream_chunk_size = 64
18
  self.timeout = timeout
19
  self.last_response = {}
 
13
  proxies: dict = {},
14
  ):
15
  self.session = requests.Session()
16
+ self.chat_endpoint = os.getenv("v2")
17
  self.stream_chunk_size = 64
18
  self.timeout = timeout
19
  self.last_response = {}