Thanks to visit codestin.com Credit goes to github.com
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 8547320 commit 7afc3b5Copy full SHA for 7afc3b5
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