Update app(3).py
Browse files
app(3).py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
|
2 |
-
#@author: Nigel Gebodh
|
3 |
-
#@email: [email protected]
|
4 |
-
#"""
|
5 |
""" Simple Chatbot
|
6 |
@author: Wedyan2023
|
7 |
@email: [email protected]
|
@@ -36,13 +33,6 @@ model_links = {
|
|
36 |
"Meta-Llama-3-8B": "meta-llama/Meta-Llama-3-8B-Instruct"
|
37 |
}
|
38 |
|
39 |
-
# Random dog images for error messages
|
40 |
-
#random_dog = [
|
41 |
-
#"0f476473-2d8b-415e-b944-483768418a95.jpg",
|
42 |
-
#"1bd75c81-f1d7-4e55-9310-a27595fa8762.jpg",
|
43 |
-
#"526590d2-8817-4ff0-8c62-fdcba5306d02.jpg",
|
44 |
-
# "1326984c-39b0-492c-a773-f120d747a7e2.jpg"
|
45 |
-
#]
|
46 |
|
47 |
# Reset conversation
|
48 |
def reset_conversation():
|
|
|
1 |
+
|
|
|
|
|
|
|
2 |
""" Simple Chatbot
|
3 |
@author: Wedyan2023
|
4 |
@email: [email protected]
|
|
|
33 |
"Meta-Llama-3-8B": "meta-llama/Meta-Llama-3-8B-Instruct"
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
# Reset conversation
|
38 |
def reset_conversation():
|