minor
This commit is contained in:
parent
1b79ca7b4b
commit
c5956c0fbb
1 changed files with 3 additions and 0 deletions
|
|
@ -1660,8 +1660,11 @@ class LiteLLMBase(ABC):
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
elif self.provider == SupportedLiteLLMProvider.GPUStack:
|
elif self.provider == SupportedLiteLLMProvider.GPUStack:
|
||||||
|
completion_args.pop("api_key", None)
|
||||||
|
completion_args.pop("api_base", None)
|
||||||
completion_args.update(
|
completion_args.update(
|
||||||
{
|
{
|
||||||
|
"api_key": self.api_key,
|
||||||
"api_base": self.base_url,
|
"api_base": self.base_url,
|
||||||
"api_version": self.api_version,
|
"api_version": self.api_version,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue