Skip to content

Commit a785d23

Browse files
updates
1 parent acbc6d9 commit a785d23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

answer.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ def create_payload(sentence, context):
4646
"content": f"Context: {context}\nQuestion: {sentence}"
4747
}
4848
]
49-
})
50-
51-
print(answer_user_question("What is the difference between bias and variance trade off ?"))
49+
})

app.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ def ask_question():
1717
@app.route("/")
1818
def show_api_info():
1919
return {
20-
"name": "RAG ChatBot API",
20+
"name": "RAG ChatBot API for mock interview",
21+
"creator": "M Mohamed Arafath",
22+
"linkedin": "https://linkedin.com/in/mohamedarafath205",
2123
"endpoints": [
2224
{
2325
"path": "/ask-question",

0 commit comments

Comments
 (0)