Commit 7afc3b51
Changed files (2)
openai
openai/cli.py
@@ -180,7 +180,7 @@ class Model:
@classmethod
def get(cls, args):
resp = openai.Model.retrieve(
- engine=args.engine, id=args.id, timeout=args.timeout
+ id=args.id,
)
print(resp)
openai/version.py
@@ -1,1 +1,1 @@
-VERSION = "0.10.0"
+VERSION = "0.10.1"