File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ class MLEngines(CollectionBase):
4545
4646 >>> con.ml_engines.drop('openai1')
4747
48- Upload BYOM model. After uploading a new ml engin will be availbe to create new model from it.
48+ Upload BYOM model.
49+ After uploading a new ml engin will be availbe to create new model from it.
4950
5051 >>> model_code = open('/path/to/model/code').read()
5152 >>> model_requirements = open('/path/to/model/requirements').read()
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def status(self) -> dict:
5252 """
5353 Get server information. It could content version
5454 Example of getting version for local:
55+
5556 >>> print(server.status()['mindsdb_version'])
5657
5758 :return: server status info
You can’t perform that action at this time.
0 commit comments