Skip to content

Commit 33214cb

Browse files
committed
Convert string to comment
1 parent a3ac318 commit 33214cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interpreter/core/respond.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ def respond(interpreter):
131131
elif (
132132
interpreter.offline == False and "not have access" in str(e).lower()
133133
):
134-
"""
135-
Check for invalid model in error message and then fallback.
136-
"""
134+
# Check for invalid model in error message and then fallback.
137135
if (
138136
"invalid model" in error_message
139137
or "model does not exist" in error_message

0 commit comments

Comments
 (0)