Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import requests
|
|
| 4 |
from typing import List, Optional
|
| 5 |
from pydantic import BaseModel, Field
|
| 6 |
from together import Together
|
|
|
|
| 7 |
|
| 8 |
# Initialize Together API
|
| 9 |
together = Together(api_key=os.getenv("togetherai"))
|
|
|
|
| 4 |
from typing import List, Optional
|
| 5 |
from pydantic import BaseModel, Field
|
| 6 |
from together import Together
|
| 7 |
+
import os
|
| 8 |
|
| 9 |
# Initialize Together API
|
| 10 |
together = Together(api_key=os.getenv("togetherai"))
|