singlestoredb-python
singlestoredb-python copied to clipboard
fix: Make auth tokens resolved dynamically per request.
Summary
WIth this change we:
- Dynamically resolve authentication and obo tokens per LLM/Embedding request.
- We allow passing through or resolving via env variables the
hosting_platformand theendpoint_urlof the provided InferenceAPI model.