LalitMahale commited on
Commit
fe952bc
·
1 Parent(s): 62da4bb

bug resolved

Browse files
Files changed (1) hide show
  1. process.py +1 -1
process.py CHANGED
@@ -15,7 +15,7 @@ class Response:
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 : what is your name",
19
  }
20
  ],
21
  model="llama-3.3-70b-versatile",
 
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
  }
20
  ],
21
  model="llama-3.3-70b-versatile",