DrishtiSharma commited on
Commit
4aa9702
Β·
verified Β·
1 Parent(s): 3ce61fc

Update llm_helper.py

Browse files
Files changed (1) hide show
  1. llm_helper.py +1 -6
llm_helper.py CHANGED
@@ -8,9 +8,4 @@ llm = ChatGroq(groq_api_key=os.getenv("GROQ_API_KEY"), model_name="llama-3.3-70b
8
 
9
  if __name__ == "__main__":
10
  response = llm.invoke("Two most important ingradient in samosa are ")
11
- print(response.content)
12
-
13
-
14
-
15
-
16
-
 
8
 
9
  if __name__ == "__main__":
10
  response = llm.invoke("Two most important ingradient in samosa are ")
11
+ print(response.content)