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
We have a need for ipv6 (fly.io flycast) to connect to ollama. Would you be up for a PR that allows passing through Req options to the adapter? (Much like how Req itself allows passing connect_options through to Finch). request_options on the chat_completionconfig should do it.
The text was updated successfully, but these errors were encountered:
It would be great to ensure that someone writing test against instructor_ex can stub Req via the permitted options (although one can also "Mox" above instructor_ex too).
We have a need for ipv6 (fly.io flycast) to connect to ollama. Would you be up for a PR that allows passing through Req options to the adapter? (Much like how Req itself allows passing
connect_options
through to Finch).request_options
on thechat_completion
config
should do it.The text was updated successfully, but these errors were encountered: