You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# input_prompt = (f"You are being interviewed by a company. Provide a brief summary of the question based on your knowledge. If you don't know the answer, just say that you don't know."
35
+
# f"Context: {context} \nQuestion: {sentence}"
36
+
# )
37
+
38
+
returnjson.dumps({
39
+
"messages": [
40
+
{
41
+
"role": "system",
42
+
"content": "You are being interviewed by a company. Provide a answer suitable to the question based on your knowledge. If you don't know the answer, just say that you don't know."
0 commit comments