Hi. How do I use gemini in this package?
hosanluo opened this issue · 1 comments
hosanluo commented
How do I use gemini in this package?
I can't find code about it.
Hectorhammett commented
Hello @hosanluo!
We currently do not have a client for Gemini in PHP but we do have them in other languages like Python and Go.
If you required PHP for your project, you can access the APIs directly with a client like guzzle
, here is a link to the API reference. Hope it helps!