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 796259b commit 6cd6d06Copy full SHA for 6cd6d06
openai/cli.py
@@ -180,7 +180,7 @@ class Model:
180
@classmethod
181
def get(cls, args):
182
resp = openai.Model.retrieve(
183
- engine=args.engine, id=args.id, timeout=args.timeout
+ id=args.id,
184
)
185
print(resp)
186
openai/version.py
@@ -1 +1 @@
1
-VERSION = "0.10.0"
+VERSION = "0.10.1"
0 commit comments