#7893 Fixed

[Bug]: HTTP 400 "Multiple authentication credentials received" when using native gemini provider

Using the built-in Gemini provider with a GEMINI_API_KEY causes an HTTP 400 error from the Google AI Studio endpoint because both an x-goog-api-key header and a Bearer token are sent; renaming the key to OPENAI_API_KEY works around it. Issue is closed as fixed.