Skip to content

Commit 1ca5c89

Browse files
committed
fix doc
1 parent 8ba32bd commit 1ca5c89

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mindsdb_sdk/ml_engines.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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()

mindsdb_sdk/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)