mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #39] Regarding Issue Using Gemini API #369
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#369
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @uniqueumesh on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/39
Originally assigned to: @AJaySi on GitHub.
Hi, I am getting the following error while using the Gemini LLM model API.
Thank you for your help.
@AJaySi commented on GitHub (Apr 18, 2024):
I had changed the retry logic, I will revert back to the original. This should be solved in next commit.
@pixelatumente commented on GitHub (Apr 18, 2024):
I had the same error with Gemini. I solved it with a VPN
@DikshaDisciplines commented on GitHub (Apr 18, 2024):
Hey @pixelatumente , could you share how did you use VPN as i am getting the similar error
@pixelatumente commented on GitHub (Apr 18, 2024):
Before launching the script in Visual Studio Code with Gemini I activate a VPN such as WindScribe (free). Gemini Pro does not work in Europe by regulation
@AJaySi commented on GitHub (Apr 19, 2024):
@umesh070 @pixelatumente @DikshaDisciplines
Checkout/clone the latest code. Above issue is fixed. It was to do with Gemini API model version.
gemini-pro works but latest models give error like gemini-1.5-pro
Please help confirm and close this issue. Thank you.
@DikshaDisciplines commented on GitHub (Apr 21, 2024):
@AJaySi i did clone and test but i am facing the below error... i checked the api key is correct.

@AJaySi commented on GitHub (Apr 22, 2024):
@DikshaDisciplines
Please check your GEMINI keys. You have provided wrong keys, henece API_KEY_INVALID.
@AJaySi commented on GitHub (Apr 22, 2024):
@umesh070
If working, please close this issue. We will use tickets for different issues. Thanks.
@uniqueumesh commented on GitHub (Apr 22, 2024):
I'm still encountering the same error using the Gemini API and running smoothly with the OpenAI API.
@AJaySi commented on GitHub (Apr 22, 2024):
Thanks @umesh070 .
I have updated the code, try below command in directory you cloned alwrity:
git pull@uniqueumesh commented on GitHub (Apr 22, 2024):
Gemini API is working smoothly now.
Thank you for the help @AJaySi