You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for pal (and gander). Would it be possible to add support (e.g. via options) to use a custom base_url for the LLM APIs (the ellmer providers) that support it?
My use case is using pal in an enterprise setting where I need to use a custom base_url for the LLM APIs. This works great today with ellmer (where I can pass base_url as an argument), but I cannot figure out a way to make pal use a custom base_url.
Thanks for your time and effort!
Best,
./ Kristoffer
The text was updated successfully, but these errors were encountered:
This is indeed possible. As the options are currently set up, you would supply .pal_args = list(base_url = ...) and that argument will be passed to the function defined in .pal_fn. That said, those two options are about to be reformatted to just be one option that takes a plain ellmer Chat, so the inclusion of your base_url may be a bit clearer at that point.
Hi,
Thanks a lot for
pal
(andgander
). Would it be possible to add support (e.g. viaoptions
) to use a custombase_url
for the LLM APIs (the ellmer providers) that support it?My use case is using
pal
in an enterprise setting where I need to use a custombase_url
for the LLM APIs. This works great today withellmer
(where I can passbase_url
as an argument), but I cannot figure out a way to makepal
use a custombase_url
.Thanks for your time and effort!
Best,
./ Kristoffer
The text was updated successfully, but these errors were encountered: