Spaces:
Runtime error
Runtime error
Update llm_preprocess.py
Browse files- llm_preprocess.py +1 -4
llm_preprocess.py
CHANGED
|
@@ -3,11 +3,8 @@ At the command line, only need to run once to install the package via pip:
|
|
| 3 |
|
| 4 |
$ pip install google-generativeai
|
| 5 |
"""
|
| 6 |
-
|
| 7 |
-
from pathlib import Path
|
| 8 |
-
import os
|
| 9 |
import json
|
| 10 |
-
|
| 11 |
|
| 12 |
os.environ['HTTP_PROXY'] = 'http://127.0.0.1:58591'
|
| 13 |
os.environ['HTTPS_PROXY'] = 'http://127.0.0.1:58591'
|
|
|
|
| 3 |
|
| 4 |
$ pip install google-generativeai
|
| 5 |
"""
|
|
|
|
|
|
|
|
|
|
| 6 |
import json
|
| 7 |
+
|
| 8 |
|
| 9 |
os.environ['HTTP_PROXY'] = 'http://127.0.0.1:58591'
|
| 10 |
os.environ['HTTPS_PROXY'] = 'http://127.0.0.1:58591'
|