Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,8 @@ def respond(
|
|
81 |
Returns:
|
82 |
str: The response to the message.
|
83 |
"""
|
84 |
-
|
|
|
85 |
try:
|
86 |
global llama
|
87 |
if llama == None:
|
|
|
81 |
Returns:
|
82 |
str: The response to the message.
|
83 |
"""
|
84 |
+
if model == None:
|
85 |
+
return
|
86 |
try:
|
87 |
global llama
|
88 |
if llama == None:
|