dinhquangson
commited on
Commit
•
c8200a3
1
Parent(s):
44390a0
Update llm.py
Browse files
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.
|
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,
|