dinhquangson commited on
Commit
c8200a3
1 Parent(s): 44390a0

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -11,7 +11,7 @@ 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 = palm.generate_content(
15
  prompt=prompt,
16
  model=model,
17
  temperature=0.3,
 
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 = palm.generate_text(
15
  prompt=prompt,
16
  model=model,
17
  temperature=0.3,