Spaces:
Paused
Paused
Update llm.py
Browse files
llm.py
CHANGED
|
@@ -9,7 +9,7 @@ load_dotenv()
|
|
| 9 |
|
| 10 |
api_key = os.getenv("read")
|
| 11 |
|
| 12 |
-
login(api_key
|
| 13 |
|
| 14 |
seed = random.randint(10000, 99999)
|
| 15 |
text = """
|
|
|
|
| 9 |
|
| 10 |
api_key = os.getenv("read")
|
| 11 |
|
| 12 |
+
login(api_key)
|
| 13 |
|
| 14 |
seed = random.randint(10000, 99999)
|
| 15 |
text = """
|