global proxy
Browse files
App/Chat/PoeChatrouter.py
CHANGED
@@ -21,6 +21,7 @@ class InputData(BaseModel):
|
|
21 |
|
22 |
|
23 |
async def fetch_predictions(data):
|
|
|
24 |
proxy_set = proxy != ""
|
25 |
if not proxy_set:
|
26 |
try:
|
|
|
21 |
|
22 |
|
23 |
async def fetch_predictions(data):
|
24 |
+
global proxy
|
25 |
proxy_set = proxy != ""
|
26 |
if not proxy_set:
|
27 |
try:
|