Skip to content

Commit

Permalink
fix: api key name (yetone#169)
Browse files Browse the repository at this point in the history
Co-authored-by: Jihun Kim <jihunk@google.com>
  • Loading branch information
jihunkim0 and Jihun Kim authored Aug 23, 2024
1 parent d7af338 commit 79e9aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/avante/providers/gemini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local P = require("avante.providers")
---@class AvanteProviderFunctor
local M = {}

M.api_key_name = "GROQ_API_KEY"
M.api_key_name = "GEMINI_API_KEY"

M.has = function()
return os.getenv(M.api_key_name) and true or false
Expand Down

0 comments on commit 79e9aac

Please sign in to comment.