google / generative-ai-go

Go SDK for Google Generative AI
Apache License 2.0
554 stars 57 forks source link

genai: custom http client produces an error about "gRPC dial options" #151

Open eliben opened 3 months ago

eliben commented 3 months ago

Description of the bug:

This is because the caching client is created with gRPC now (the REST one isn't working in the API)

Actual vs expected behavior:

No response

Any other information you'd like to share?

No response