dinhquangson commited on
Commit
19a77a9
·
verified ·
1 Parent(s): c015856

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -11,6 +11,6 @@ def llm(img):
11
  # generate text
12
  prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them' " + text
13
  # print(prompt)
14
- response = model.generate_content(prompt)
15
 
16
  return response.text
 
11
  # generate text
12
  prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them' " + text
13
  # print(prompt)
14
+ response = geminiModel.generate_content(prompt)
15
 
16
  return response.text