Skip to content

Commit

Permalink
Update gemini.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 8, 2024
1 parent 2ac0d62 commit 6febf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from utils.scripts import format_exc, import_library
from utils.config import gemini_key

import google.generativeai as genai
genai = import_library("google.generativeai", "google-generativeai")

genai.configure(api_key=gemini_key)

Expand Down

0 comments on commit 6febf58

Please sign in to comment.