mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[PR #78] Added Google Gemini support #105
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#105
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?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/78
Author: @pratham-darooka
Created: 4/17/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
f36c88fAdded support for Google Gemini - testing required.b93e6b4bug fix📊 Changes
8 files changed (+54 additions, -10 deletions)
View changed files
📝
config.example.json(+1 -0)📝
docs/AffiliateMarketing.md(+1 -1)📝
docs/Configuration.md(+2 -0)📝
requirements.txt(+1 -0)📝
src/classes/AFM.py(+11 -0)📝
src/classes/Twitter.py(+18 -9)📝
src/classes/YouTube.py(+11 -0)📝
src/config.py(+9 -0)📄 Description
At the time of creation of this PR, g4f does not support Gemini models.
Thus I made changes to
config.pyand corresponding uses inside the individual classes to utilize the free Gemini Pro developer API.Thank you for the lovely project @FujiwaraChoki, could you please help me test this out?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.