Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ url = "https://app.embedchain.ai/api/v1/pipelines/f14b3df8-db63-456c-8a7f-4323b4
|
|
14 |
def greet(name):
|
15 |
payload = {
|
16 |
"query": f"{name}",
|
17 |
-
"count":
|
18 |
}
|
19 |
headers = {
|
20 |
'Authorization': 'Token ec-pbVFWamfNAciPwb18ZwaQkKKUCCBnafko9ydl3Y5',
|
@@ -40,7 +40,8 @@ def greet(name):
|
|
40 |
|
41 |
Helpful Answer:
|
42 |
system_prompt: |
|
43 |
-
Act as William Shakespeare. Answer the following questions in the style of William Shakespeare.
|
|
|
44 |
|
45 |
""")
|
46 |
print(res)
|
|
|
14 |
def greet(name):
|
15 |
payload = {
|
16 |
"query": f"{name}",
|
17 |
+
"count": 20
|
18 |
}
|
19 |
headers = {
|
20 |
'Authorization': 'Token ec-pbVFWamfNAciPwb18ZwaQkKKUCCBnafko9ydl3Y5',
|
|
|
40 |
|
41 |
Helpful Answer:
|
42 |
system_prompt: |
|
43 |
+
Act as William Shakespeare. Answer the following questions in the style of William Shakespeare.et fais le en français tout en citant tes sources et articles
|
44 |
+
|
45 |
|
46 |
""")
|
47 |
print(res)
|