Skip to content

Commit

Permalink
docs: add missing backticks
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
wochinge and anakin87 authored Mar 6, 2024
1 parent 8ecf330 commit 7f5f313
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def prepare_body(self, prompt: str, **inference_kwargs) -> Dict[str, Any]:
:param prompt: The prompt to be sent to the model.
:param inference_kwargs: Additional keyword arguments passed to the handler.
:returns: A dictionary with the following keys:
- prompt: The prompt to be sent to the model.
- `prompt`: The prompt to be sent to the model.
- specified inference parameters.
"""
default_params = {
Expand Down Expand Up @@ -151,7 +151,7 @@ def prepare_body(self, prompt: str, **inference_kwargs) -> Dict[str, Any]:
:param prompt: The prompt to be sent to the model.
:param inference_kwargs: Additional keyword arguments passed to the handler.
:returns: A dictionary with the following keys:
- prompt: The prompt to be sent to the model.
- `prompt`: The prompt to be sent to the model.
- specified inference parameters.
"""
default_params = {
Expand Down Expand Up @@ -202,7 +202,7 @@ def prepare_body(self, prompt: str, **inference_kwargs) -> Dict[str, Any]:
:param prompt: The prompt to be sent to the model.
:param inference_kwargs: Additional keyword arguments passed to the handler.
:returns: A dictionary with the following keys:
- prompt: The prompt to be sent to the model.
- `prompt`: The prompt to be sent to the model.
- specified inference parameters.
"""
default_params = {
Expand Down Expand Up @@ -241,7 +241,7 @@ def prepare_body(self, prompt: str, **inference_kwargs) -> Dict[str, Any]:
:param prompt: The prompt to be sent to the model.
:param inference_kwargs: Additional keyword arguments passed to the handler.
:returns: A dictionary with the following keys
- inputText: The prompt to be sent to the model.
- `inputText`: The prompt to be sent to the model.
- specified inference parameters.
"""
default_params = {
Expand Down Expand Up @@ -287,7 +287,7 @@ def prepare_body(self, prompt: str, **inference_kwargs) -> Dict[str, Any]:
:param prompt: The prompt to be sent to the model.
:param inference_kwargs: Additional keyword arguments passed to the handler.
:returns: A dictionary with the following keys:
- prompt: The prompt to be sent to the model.
- `prompt`: The prompt to be sent to the model.
- specified inference parameters.
"""
default_params = {
Expand Down

0 comments on commit 7f5f313

Please sign in to comment.