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 a3ac318 commit 33214cbCopy full SHA for 33214cb
interpreter/core/respond.py
@@ -131,9 +131,7 @@ def respond(interpreter):
131
elif (
132
interpreter.offline == False and "not have access" in str(e).lower()
133
):
134
- """
135
- Check for invalid model in error message and then fallback.
136
+ # Check for invalid model in error message and then fallback.
137
if (
138
"invalid model" in error_message
139
or "model does not exist" in error_message
0 commit comments