saherPervaiz commited on
Commit
3990d00
·
verified ·
1 Parent(s): 851c6af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
5
  import os
6
 
7
  # Initialize the Groq API client
8
- client = Groq(api_key=os.environ.get("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"))
9
 
10
  # Async function for translation
11
  async def translate_text(text, target_language):
 
5
  import os
6
 
7
  # Initialize the Groq API client
8
+ client = Groq(api_key="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")
9
 
10
  # Async function for translation
11
  async def translate_text(text, target_language):