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
I don't have a strong opinion on if ollamasharp should built in resiliency, I do care that the aspire integration does. AFAIK the constructor already supports an HttpClient so this is what I did:
…Sharp
This means that we can leverage the configurations applied to HttpClient via ServiceDefault around stuff like resiliancy, rather than creating a HttpClient in isolation that is not aware of any of that configuration.
No new tests are added as there's not we could easily test with this, but all existing tests should continue to pass
Fixes#474
Originally posted by @davidfowl in #461
The text was updated successfully, but these errors were encountered: