Closed longnh2k1 closed 8 months ago
It's impossible. You shouldn't use the multiple API keys for services with limited use. however, I can add this feature.
It's impossible. You shouldn't use the multiple API keys for services with limited use. however, I can add this feature.
I really need it, can you add that feature soon🥹? Specifically, I want to be able to pass in any apiKey that I have received from the server, rather than assigning apiKeys in the app.
Now you can use this feature on the 2.0.4-dev.1
version.
Gemini.reInitialize(apiKey: "new api key", enableDebugging: false);
Now you can use this feature on the
2.0.4-dev.1
version.Gemini.reInitialize(apiKey: "new api key", enableDebugging: false);
Thank you very much😇💐💐
I want to re-initialize the apiKey in Gemini.init(apiKey: "--apiKye--"), what should I do without having to close the application and reopen it?