Commit 7afc3b51

Christina Kim <christinakim@openai.com>
2021-07-15 05:19:59
removing timeout and engine from args (#50) (#28) tag: v0.10.1
1 parent 8547320
Changed files (2)
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"