Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
|
|
9 |
load_dotenv()
|
10 |
|
11 |
# Set up Together.AI API Key (Replace with your actual key)
|
12 |
-
together.api_key = os.getenv("
|
13 |
|
14 |
def clean_text(text):
|
15 |
"""Cleans extracted text for better processing by the model."""
|
|
|
9 |
load_dotenv()
|
10 |
|
11 |
# Set up Together.AI API Key (Replace with your actual key)
|
12 |
+
together.api_key = os.getenv("TOGETHER_API_KEY")
|
13 |
|
14 |
def clean_text(text):
|
15 |
"""Cleans extracted text for better processing by the model."""
|