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 d9e5495 commit b402910Copy full SHA for b402910
ai_models/__init__.py
@@ -5,4 +5,4 @@
5
# granted to it by virtue of its status as an intergovernmental organisation
6
# nor does it submit to any jurisdiction.
7
8
-__version__ = "0.2.0"
+__version__ = "0.2.1"
ai_models/model.py
@@ -303,6 +303,7 @@ def _requests(self):
303
param=self.param_sfc,
304
)
305
306
+ r.pop("levelist", None)
307
308
self.patch_retrieve_request(r)
309
result.append(dict(**r))
0 commit comments