mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
add litellm api_base param
This commit is contained in:
parent
9c9f9577e2
commit
3372301fa7
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin):
|
|||
return {
|
||||
"model": request.model,
|
||||
"api_key": api_key,
|
||||
"api_base": self.config.url,
|
||||
**input_dict,
|
||||
"stream": request.stream,
|
||||
**get_sampling_options(request.sampling_params),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue