We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a166bf commit d87e7eaCopy full SHA for d87e7ea
interpreter/core/respond.py
@@ -129,9 +129,7 @@ def respond(interpreter):
129
elif (
130
interpreter.offline == False and "not have access" in str(e).lower()
131
):
132
- """
133
- Check for invalid model in error message and then fallback.
134
+ # Check for invalid model in error message and then fallback.
135
if (
136
"invalid model" in error_message
137
or "model does not exist" in error_message
0 commit comments