What's new

Tutorial GPT4Free Tutorial Simplified set up 100% working.

sUFF3R

Forum Guru
Elite
Joined
Jun 30, 2016
Posts
3,027
Solutions
6
Reaction
9,541
Points
1,683
1710620227254.png

Tired of bings stupid completions paused when tab was switched?
More info here on gpt4free official repository -> You do not have permission to view the full content of this post. Log in or register now.
Credits to Xtekky

Requirements:
Pc/mobile phone with termux

install python 3.10+

You do not have permission to view the full content of this post. Log in or register now.


You do not have permission to view the full content of this post. Log in or register now.

1710621550116.png


1710621923600.png

latest g4f or gpt4free, para mapadali sa user using bat files.
1. create a bat file to for venv and activation
2. create bat to install requirements
3. creqte bat to run the gui
4. create bat file to open link in browser Pero para mapadali, ito yung crude run-g4f. bat na simple at ayos naman to execute:
Code:
@echo off :: Create a virtual environment named 'venv' python -m venv venv :: Activate the virtual environment call .\venv\Scripts\activate :: Install requirements from requirements.txt pip install -r requirements.txt :: Run the specified Python module python -m g4f.gui.run
Sorry at hanggang dyan lang muna yung kaya ko't inabot na pala ako ng 1:30AM para magpa-antok. Di ko rin ma-include yung opening the client window to the browser dahil tumitigil siya after 4th step, kaya gawa na lang sila siguro ng isa pang separate open-client.bat using this command:
Code:
start "" http://127.0.0.1:8080/chat/
Sa 2 bat files or 2 clicks to run gpt4free, pwede na yan kaysa mag-type ka pa or copy paste method he he. Improve nyo na lang or hanap kayo ng magagaling sa batch programming.
 

Attachments

Last edited:
1710641277814.png

Ano po yung gamit niyong browser? Di ko ma copy _U e
 

Attachments

try ko paps , thanks dito

update: walang response ts or i mean blank response

1710645599849.png


update : working na ts , verymuch thanks
1710645914444.png
 

Attachments

Last edited:
Back
Top