[PR #94] [MERGED] Update to Cloudflare worker for image gen, updated G4F references to use 4o mini, and fixed Firefox profile handling to account for spaces in pathname #110

Closed
opened 2026-03-02 04:06:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/94
Author: @ThomsenDrake
Created: 2/9/2025
Status: Merged
Merged: 2/12/2025
Merged by: @FujiwaraChoki

Base: mainHead: main


📝 Commits (6)

  • 3b2f072 Update G4F references & Firefox profile handling
  • 909b0f7 Refactor YouTube image generation to use account-specific worker URL and remove deprecated code; update Python version and .gitignore
  • 77bcb9e Added G4F image generation to replace deprecated hercai image gen; Replaced fixed venv location with automated detection in Tts.py
  • 1a33b10 Revert Twitter cron options back to default
  • df1992e Switched G4F to first option during setup and added recommendation hint for new users to select the G4F option.
  • c43726c Delete har_and_cookies/blackbox.json

📊 Changes

6 files changed (+169 additions, -49 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 .python-version (+1 -1)
📝 src/classes/Tts.py (+16 -4)
📝 src/classes/YouTube.py (+126 -37)
📝 src/constants.py (+2 -2)
📝 src/main.py (+22 -4)

📄 Description

Two minor changes:

  • Updated G4F references to use GPT-4o Mini instead of GPT-3.5 Turbo, as the latter is no longer supported by G4F.
  • Updated Firefox profile reference to account for spaces in the pathname of the profile, since that's the default for MacOS

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/94 **Author:** [@ThomsenDrake](https://github.com/ThomsenDrake) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@FujiwaraChoki](https://github.com/FujiwaraChoki) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`3b2f072`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/3b2f072b1d2020ab3d6447eb8704c6929286ccc4) Update G4F references & Firefox profile handling - [`909b0f7`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/909b0f78fe643b5e8b3846d0a9de11d174f7b84f) Refactor YouTube image generation to use account-specific worker URL and remove deprecated code; update Python version and .gitignore - [`77bcb9e`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/77bcb9e449078cbc79e347c1a68aaacd31765842) Added G4F image generation to replace deprecated hercai image gen; Replaced fixed venv location with automated detection in Tts.py - [`1a33b10`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/1a33b10e9b5ee73e63fe428936ddee7178240bfc) Revert Twitter cron options back to default - [`df1992e`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/df1992e810edeb8bc4624c27d941f4000190c9f6) Switched G4F to first option during setup and added recommendation hint for new users to select the G4F option. - [`c43726c`](https://github.com/FujiwaraChoki/MoneyPrinterV2/commit/c43726ccc22b89015e9a0bac407e5d6a81470ae7) Delete har_and_cookies/blackbox.json ### 📊 Changes **6 files changed** (+169 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `.python-version` (+1 -1) 📝 `src/classes/Tts.py` (+16 -4) 📝 `src/classes/YouTube.py` (+126 -37) 📝 `src/constants.py` (+2 -2) 📝 `src/main.py` (+22 -4) </details> ### 📄 Description Two minor changes: - Updated G4F references to use GPT-4o Mini instead of GPT-3.5 Turbo, as the latter is no longer supported by G4F. - Updated Firefox profile reference to account for spaces in the pathname of the profile, since that's the default for MacOS --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:06:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#110
No description provided.