docs: fix kwargs docstring (#25010)

Fix:
![Screenshot 2024-08-02 at 5 33 37
PM](https://github.com/user-attachments/assets/7c56cdeb-ee81-454c-b3eb-86aa8a9bdc8d)
This commit is contained in:
Bagatur
2024-08-02 19:54:54 -07:00
committed by GitHub
parent 57747892ce
commit e81ddb32a6
61 changed files with 143 additions and 143 deletions

View File

@@ -389,7 +389,7 @@ class Sambaverse(LLM):
prompt: The prompt to pass into the model.
stop: Optional list of stop words to use when generating.
run_manager: Callback manager for the run.
**kwargs: Additional keyword arguments. directly passed
kwargs: Additional keyword arguments. directly passed
to the sambaverse model in API call.
Returns:
@@ -426,7 +426,7 @@ class Sambaverse(LLM):
stop: Stop words to use when generating. Model output is cut off at the
first occurrence of any of the stop substrings.
run_manager: Callback manager for the run.
**kwargs: Additional keyword arguments. directly passed
kwargs: Additional keyword arguments. directly passed
to the sambaverse model in API call.
Returns:
@@ -453,7 +453,7 @@ class Sambaverse(LLM):
stop: Stop words to use when generating. Model output is cut off at the
first occurrence of any of the stop substrings.
run_manager: Callback manager for the run.
**kwargs: Additional keyword arguments. directly passed
kwargs: Additional keyword arguments. directly passed
to the sambaverse model in API call.
Returns:
@@ -951,7 +951,7 @@ class SambaStudio(LLM):
stop: Stop words to use when generating. Model output is cut off at the
first occurrence of any of the stop substrings.
run_manager: Callback manager for the run.
**kwargs: Additional keyword arguments. directly passed
kwargs: Additional keyword arguments. directly passed
to the sambaverse model in API call.
Returns: