diff --git a/openai/cli.py b/openai/cli.py index 3ba502d766..cb8143067f 100644 --- a/openai/cli.py +++ b/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) diff --git a/openai/version.py b/openai/version.py index 412148a32b..72662860aa 100644 --- a/openai/version.py +++ b/openai/version.py @@ -1 +1 @@ -VERSION = "0.10.0" +VERSION = "0.10.1"