Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Sep 5, 2024
1 parent a81f01c commit f37827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onyxgenai/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def generate_completion(
return result

def deploy_model(self):
"""Deploy the model to the service"""
"""Deploy the model to the service."""

result = self._onyx_model_serve()
return result
Expand Down

0 comments on commit f37827e

Please sign in to comment.