sudip2003 commited on
Commit
4d40826
·
verified ·
1 Parent(s): 3284591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from langchain_groq import ChatGroq
11
 
12
  llm = ChatGroq(
13
  temperature=0,
14
- groq_api_key=os.getenv('groq_api_key'),
15
  model_name="llama-3.3-70b-versatile"
16
  )
17
 
 
11
 
12
  llm = ChatGroq(
13
  temperature=0,
14
+ groq_api_key=os.getenv('GROQ_API_KEY'),
15
  model_name="llama-3.3-70b-versatile"
16
  )
17