Penality commited on
Commit
e6e3a20
·
verified ·
1 Parent(s): d86fcf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("secretKey")
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."""