Commit
·
47c2c1f
1
Parent(s):
106b0fa
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ Product details:"""
|
|
66 |
# )
|
67 |
chain = LLMChain(llm=llm, prompt=PROMPT)
|
68 |
resp = chain.run(question=text)
|
69 |
-
print(resp)
|
70 |
|
71 |
# response = []
|
72 |
# category = ["ampli-mini", "ampli-connect", "ampli-energy", "ampli-easy"]
|
@@ -88,7 +88,7 @@ Product details:"""
|
|
88 |
# html_output += value_html
|
89 |
|
90 |
|
91 |
-
return
|
92 |
|
93 |
# def ai(qa,category):
|
94 |
# query = "please suggest "+ category +" interview questions"
|
|
|
66 |
# )
|
67 |
chain = LLMChain(llm=llm, prompt=PROMPT)
|
68 |
resp = chain.run(question=text)
|
69 |
+
# print(resp)
|
70 |
|
71 |
# response = []
|
72 |
# category = ["ampli-mini", "ampli-connect", "ampli-energy", "ampli-easy"]
|
|
|
88 |
# html_output += value_html
|
89 |
|
90 |
|
91 |
+
return resp
|
92 |
|
93 |
# def ai(qa,category):
|
94 |
# query = "please suggest "+ category +" interview questions"
|