Skip to content

Commit

Permalink
Remove model_format in mlflow.openai.log_model docstring (#8283)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Apr 20, 2023
1 parent f898dcc commit 9ac6494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlflow/openai/__init__.py
Expand Up @@ -393,7 +393,6 @@ def log_model(
waits for five minutes. Specify 0 or None to skip waiting.
:param pip_requirements: {{ pip_requirements }}
:param extra_pip_requirements: {{ extra_pip_requirements }}
:param model_format: File format in which the model is to be saved.
:param metadata: Custom metadata dictionary passed to the model and stored in the MLmodel file.
.. Note:: Experimental: This parameter may change or be removed in a future
Expand Down

0 comments on commit 9ac6494

Please sign in to comment.