manatlan
manatlan
still trouble ``` Collecting primp>=0.8.0 Downloading primp-0.8.0.tar.gz (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.5/80.5 KB 1.5 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata...
but got better results with : ``` docker run \ -p 1337:1337 \ -v ${PWD}/har_and_cookies:/app/har_and_cookies \ -v ${PWD}/generated_images:/app/generated_images \ hlohaus789/g4f:latest-slim \ rm -r -f /app/g4f/ \ && pip install -U...
I confirm !!!! it's working now ! primp 0.8.1 fixed the bug .... and I can run it thru : ``` docker run \ -p 1337:1337 \ -v ${PWD}/har_and_cookies:/app/har_and_cookies \...
but at runtime, there is an error :-) ``` INFO: 192.168.1.1:55578 - "POST /v1/chat/completions HTTP/1.1" 500 Internal Server Error INFO: 192.168.1.1:55578 - "OPTIONS /v1/chat/completions HTTP/1.1" 200 OK ERROR:g4f.api:'ChatCompletionsConfig' object has...
tested with older version (0.3.6.3 & 0.3.7.1) ... but got a lot of : g4f.errors.RateLimitError: CaptchaChallenge: Use other cookies or/and ip address g4f.errors.RateLimitError: Response 402: Rate limit reached ... for...
Thanks a lot !! I've reached to setup it (with 0.3.8.1) I created a `Dockerfile` ``` FROM hlohaus789/g4f:latest-armv7 RUN rm -r -f /app/g4f/ RUN pip install -U g4f CMD ["python3",...
I've tested a lot of things ... but it won't ;-( latest errors are always the same (see https://github.com/manatlan/reqman/actions/runs/18616436704/job/53081561550): thread 'main' panicked at build.rs:645:13: Project path is not a file:...
Thanks @ofek I go further ... (https://github.com/manatlan/reqman/actions/runs/18616753187/job/53082335416) Invalid project name ``; must only contain ASCII letters/digits, underscores, hyphens, and periods, and must begin and end with
@ofek no problem ! I've reached to make it work, by forcing `PYAPP_PROJECT_NAME: "reqman"` And it produces a windows executable : which works on win11 ! 🥇 (https://github.com/manatlan/reqman/actions/runs/18616988063) Thanks a...
but it worked well for me this morning, with 0.3.3.3 ...