From 89f5ae50059d9933daf5b1b0c36e219dd030250e Mon Sep 17 00:00:00 2001 From: jhpiedrahitao Date: Mon, 11 Nov 2024 11:14:42 -0500 Subject: [PATCH] fmt --- libs/community/langchain_community/llms/sambanova.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/community/langchain_community/llms/sambanova.py b/libs/community/langchain_community/llms/sambanova.py index 3feed75e15ea7..0979dabd13398 100644 --- a/libs/community/langchain_community/llms/sambanova.py +++ b/libs/community/langchain_community/llms/sambanova.py @@ -56,7 +56,8 @@ class SambaStudio(LLM): do_sample: bool wether to do sample process_prompt: - wether to process prompt (set for Bundle generic v1 and v2 endpoints) + wether to process prompt + (set for Bundle generic v1 and v2 endpoints) Key init args — client params: sambastudio_url: str SambaStudio endpoint Url