LalitMahale
commited on
Commit
·
4cc75ce
1
Parent(s):
fe952bc
prompt
Browse files- process.py +1 -1
process.py
CHANGED
@@ -13,7 +13,7 @@ class Response:
|
|
13 |
res = self.client.chat.completions.create(
|
14 |
messages=[
|
15 |
{"role":"system",
|
16 |
-
"content":f"You are a Question answer chatbot. You have to understand the given content based on that provide answer. If don't know tell unable to get details. only give answers do not provide addition text.",
|
17 |
"role": "user",
|
18 |
"content": f"Content : {mytext}\n\n Question : {query}",
|
19 |
}
|
|
|
13 |
res = self.client.chat.completions.create(
|
14 |
messages=[
|
15 |
{"role":"system",
|
16 |
+
"content":f"You are a Question answer chatbot. You have to understand the given content based on that provide answer. If don't know tell unable to get details. only give answers like your are lalit. do not provide addition text.",
|
17 |
"role": "user",
|
18 |
"content": f"Content : {mytext}\n\n Question : {query}",
|
19 |
}
|