May 4, 2011

Error: Rate limit reached for gpt-4-vision-preview | CyberSEO Pro | Support Forum

Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

No permission to create posts
sp_TopicIcon
Error: Rate limit reached for gpt-4-vision-preview
Topic Rating: 0 Topic Rating: 0 Topic Rating: 0 Topic Rating: 0 Topic Rating: 0 Topic Rating: 0 (0 votes) 
January 27, 2024
5:57 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Добрый день!

Использую gpt_article. Как я понимаю он по умолчанию использует модель gpt4-turbo. Но я в логах получаю такую ошибку. Почему то идет обращение к gpt-4-vision-preview.

Login to see the quote

January 27, 2024
6:11 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

From the logs you’ve provided, it appears that the rate limits for the GPT-4 model, specifically the gpt-4-vision-preview, have been reached, which is causing the error messages.

OpenAI imposes rate limits on their models to manage the resources and ensure fair usage among users. The rate limits can vary based on the specific model you’re using and your subscription plan with OpenAI. It seems that your script is generating requests at a rate that exceeds these limits, resulting in the error messages you’ve encountered.

The Login to see this link option in the feed settings of CyberSEO Pro can be helpful in this situation. As described on the documentation, this feature allows you to specify a delay, in seconds, between adding new articles and each article section generation performed by the [gpt-article] shortcode. This helps in managing the frequency of requests sent to the OpenAI GPT API, thus preventing the rate limit errors like the ones you are seeing.

I would recommend visiting the OpenAI rate limits page Login to see this link for more information on your current rate limits and adjusting the Delay settings in your feed accordingly. This should help in mitigating the rate limit issues you are facing.

About gpt-4-vision-preview. This is actually an OpenAI internal name for the GPT-4 Turbo model: Login to see this link

January 29, 2024
11:10 am
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Эта ошибка исправилась.
Но теперь такая проблема.

Статья не генерируется. В логах обрывается на генерации раздела. php_value max_execution_time стоит 400. В настройках cyberseo Max execution time выставил значение 0.

Login to see the quote

January 29, 2024
11:14 am
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

Apparently, your server stopped executing the script after the maximum time you set in this setting had elapsed: Login to see this link

In case this option doesn’t work (this can happen on cheap shared servers), you need to contact your admin or host provider and ask them to increase the max execution time in the server configuration via the php.ini file.

Please note that the OpenAI GPT API is a time consuming service.

January 29, 2024
11:33 am
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Хостинг использую от hostinger.com

maxExecutionTime выставил 720 через PHP Configuration. Но проблема все также остается.

January 29, 2024
11:33 am
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

In case this option doesn’t work (this can happen on cheap shared servers), you need to contact your admin or host provider and ask them to increase the max execution time in the server configuration via the php.ini file.

February 1, 2024
5:24 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Я перенес сайт на VPS. Увеличил maxExecutionTime до 700. Сейчас получаю такое сообщение в логе
Или в данном коротком коде нельзя использовать диапазон sections=”{10|11|12|13|14}” ?

Login to see the quote

February 1, 2024
5:25 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

Can I see your [gpt_article] shortcode?

February 1, 2024
5:26 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

[gpt_article topic=”%post_title%” sections=”{10|11|12|13|14}” directives=”Write 100% Unique, SEO-optimized, Human-Written article. Write The article In Your Own Words Rather Than Copying And Pasting From Other Sources. Consider perplexity and burstiness when creating content, ensuring high levels of both without losing specificity or context. Use fully detailed paragraphs that engage the reader. Write In A Conversational Style As Written By A Human (Use An Informal Tone, Utilize Personal Pronouns, Keep It Simple, Engage The Reader, Use The Active Voice, Keep It Brief, Use Rhetorical Questions, and Incorporate Analogies And Metaphors). End with a conclusion paragraph and 5 unique FAQs After The Conclusion. this is important to Bold the Title and all headings of the article, and use appropriate headings for H tags. Wrap the article in html tags so that it can be linked to wordpress. Write an about the numerous benefits of %xml_tags[custom1]%. Highlight the various advantages of using or implementing %xml_tags[custom1]% in a particular context. Use supporting evidence, data, and examples to drive your points home. The phrase %xml_tags[custom1]% appears in its exact form at least 3 times. The synonyms used are %xml_tags[custom1]% . Each paragraph should have 4-7 sentences. The text contains at least 1 enumeration list. The text contains at least 1 table. Don’t create h1. The article should not contain h1, h2, h3, h4, h5 with the name %post_title%. Do not use the phrase in the article %post_title%.”]

February 1, 2024
5:31 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
10sp_Permalink sp_Print
0

It seems that you have forgotten to enable the Spintax parser for your post templates: Login to see this link

If the Spintax parser is disabled, your “sections” parameter will contain this text string: “{10|11|12|13|14}”, which is not a number, so it will be interpreted as 0.

February 1, 2024
6:11 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Login to see the quote

February 1, 2024
6:20 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
12sp_Permalink sp_Print
0
I recommend examining the server logs, as it appears the server is terminating the script. Any errors in the CyberSEO Pro script should be evident in the PHP error log. Given the absence of any error messages and the abrupt halt in script execution, the server logs, particularly the PHP error log, are likely to hold the key information.
February 1, 2024
9:53 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline
13sp_Permalink sp_Print
0

В General Settings в поле WordPress root directory указан старый путь от хостинга, а не от VPS. Это может как то повлиять на работу модуля?

February 2, 2024
9:10 am
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
14sp_Permalink sp_Print
0

This may indicate that you have some problems with your server or WordPress settings. The path you see there is the value returned by the WordPress API function Login to see this link. If WordPress sees your WordPress home path incorrectly, there is something wrong with it.

February 10, 2024
8:19 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline
15sp_Permalink sp_Print
0

Спасибо за помощь. Переехал на VPS все стало работать.

Еще такой вопрос. Как можно сделать что бы создавались таблицы?

А то у меня получаются только такой результат:

| Capability | Local Falcon | BrightLocal |
|—————————–|———————————–|————————————–|
| Review Alerts | Yes (Basic Alerts) | Yes (Advanced Notification System) |
| Review Response Management | Basic Response Capabilities | Integrated Response Options |
| Email Campaigns | Not Focused On | Personalized Review Collection |
| Sentiment Analysis | Not Applications | Yes (Sentiment Trend Tracking) |
| Review Widgets | Not Included | Available For Website Integration |

February 10, 2024
9:37 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
16sp_Permalink sp_Print
0

Do you want GPT to generate a table for you? If so, in your prompt you should specify the exact HTML structure you want to be generated. Tell it to generate a HTML table for you, using the <table>, <tr> and <td> tags. If you want to generate it with some specific <div> structure, you have to explicitly provide its format to GPT.

I would suggest you to test your prompts at Login to see this link. If they work there, they will work the same way with CyberSEO Pro.

February 10, 2024
10:01 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

You can also check out this article: Login to see this link

It shows how to ask GPT to generate blocks of source code in a specific HTML format. This method works for tables and any other HTML structures.

February 11, 2024
8:24 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline

Спасибо большое. Мне это помогло. И спасибо за хорошую статью. Я так же сделал по аналогии добавление изображений в текст статьи. На маленьких статьях все работает хорошо. Но вот на большой зависло на одном месте.
Скину часть лога сюда. Не могу найти как скинуть лог целиком или под spoiler

Login to see the quote

February 11, 2024
8:30 pm
Avatar
CyberSEO
Admin
Forum Posts: 3685
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

I would suggest you to use DALL-E 3 instead of DALL-E 2:

Login to see the code

As for your log, it seems that the script has exceeded the maximum PHP execution time limit, so you need to adjust it in CyberSEO Pro’s “General Settings” or manually in php.ini if the program setting doesn’t work (some host providers block this possibility): Login to see this link

February 11, 2024
10:48 pm
Avatar
des.c2
Member
Members
Forum Posts: 34
Member Since:
January 26, 2024
sp_UserOfflineSmall Offline
20sp_Permalink sp_Print
0

Изменил на DALL-E 3 и поставил PHP execution time limit 7200 не помогло.

No permission to create posts
Forum Timezone: Europe/Amsterdam

Most Users Ever Online: 541

Currently Online:
13 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

ninja321: 84

s.baryshev.aoasp: 64

Freedom: 61

MediFormatica: 49

B8europe: 47

saviulisse67: 45

Member Stats:

Guest Posters: 338

Members: 2652

Moderators: 0

Admins: 1

Forum Stats:

Groups: 1

Forums: 5

Topics: 1540

Posts: 7772

Newest Members:

federico_pac, rexfordkent, nick.jtsevents, christophe.megaphone, r94alves, adammostynsmith1987

Administrators: CyberSEO: 3685