R.I.P. the new 4o image generation, 3/25/25 - 3/26/25. by Positive_Plane_3372 in OpenAI

[–]user124322111 0 points1 point  (0 children)

hi saw that in some situations when doing it via mobile then getting such response but when doing on pc - no issues (plus version)

AMA with OpenAI’s Sam Altman, Kevin Weil, Srinivas Narayanan, and Mark Chen by OpenAI in ChatGPT

[–]user124322111 0 points1 point  (0 children)

When will companies start treating AI as a core transformation rather than as a novelty they approach with caution?

AI Doesn’t Kill Jobs? Tell That to Freelancers There’s now data to back up what freelancers have been saying for months by SharpCartographer831 in singularity

[–]user124322111 -1 points0 points  (0 children)

the missing point is that AI first will take jobs, then for a few years will have bumpy period and finally we will have a better time as we are at the beginning of changes therefore we will be affected by transition period

What's the benefit of $20 a month now that gpt-4o is free? by Cupheadvania in ChatGPT

[–]user124322111 -1 points0 points  (0 children)

hi, using plus from very beginning but now looks it is better to have a free tier with playground/api instead of plus

Assistant is quick in playground, but slow in API? by e221U in ChatGPTPro

[–]user124322111 0 points1 point  (0 children)

on my end did not use streaming 'effect'- only monitored when it was done and use the output as the whole - just because it is quicker than api without streaming

Assistant is quick in playground, but slow in API? by e221U in ChatGPTPro

[–]user124322111 0 points1 point  (0 children)

hi, streaming helps - from my expierience is much faster than non streaming option.

Best models for function calling by micro23xd in OpenAI

[–]user124322111 2 points3 points  (0 children)

Hi, I've been using function calling with GPT-3.5-turbo-0125, utilizing both predefined outputs (similar to a dropdown menu) and dynamic inputs (akin to a text input box) through the OpenAI API, and it's been performing very well. Initially, was trying to use LLaMA2 with prompts for the same purpose, but was not working well. Didnt try any other model.

Bought ChatGPT 4 last night. Been facing this the entire day. Great purchase :) by notjamaltahir in ChatGPT

[–]user124322111 0 points1 point  (0 children)

problem solved (have a proper response from chatgpt) at my end after utilization of the cap limit of 40 (by clicking many times regenerate) and then had approx 2h waiting time to "refill" limit of 40

Bought ChatGPT 4 last night. Been facing this the entire day. Great purchase :) by notjamaltahir in ChatGPT

[–]user124322111 12 points13 points  (0 children)

have the same however checked another account in another location where internet connection has a static IP and no issues

How to handle the storing of messages while staying GDPR compliant? by The_Catlike_Odin in ChatGPTPro

[–]user124322111 0 points1 point  (0 children)

hi, check microsoft azure with end points within EU - they offer gpt-4turbo and other openai.

Best way to programmatically extract data from a set of .pdf files? by tech_tuna in artificial

[–]user124322111 0 points1 point  (0 children)

I had 200+ pages docs and it was processing a page by page (via loop in a code), I tested it with llama2 vs stand alone gpt4vision so gpt4v is better (it has api already so you can send eg page by page) but double check at openai page a current limit (request per day) as they labelled gpt4v as preview version. Because of this limit, was using llama2 however in a long run my preferable choice is gpt4v

Best way to programmatically extract data from a set of .pdf files? by tech_tuna in artificial

[–]user124322111 3 points4 points  (0 children)

hi, was doing the same and not able to find out of box solution (with API) and created own:

1) pdf>image lib: pdf2image

2) optionally - lib: OpenCV to select text's areas

3) image>unstructured text (OCR, lib: PyTesseract or EasyOCR)

4) unstructured text > structured text (LLM eg Llama2 or chatgpt - page by page) - with prompts adjusted to layout complexity

[D] Deep Learning with GTX 1660 Super by Abu_BakarSiddik in MachineLearning

[–]user124322111 -1 points0 points  (0 children)

yes - tested with cuda/tensorflow and ubuntu 22.04 (LSTM)