- Issue created by @marcus_johansson
- π©πͺGermany marcus_johansson
We have to think of a solution for Drupal CMS for this.
- πΊπΈUnited States bkosborne New Jersey, USA
+1, a colleague and I were very confused about this.
- Merge request !17Draft: Resolve #3501907 "Improve checks for" β (Open) created by marcus_johansson
- π©πͺGermany marcus_johansson
I've added a check for the normal setup - with a Tiered account:
With a free tier account:
-
marcus_johansson β
committed a106483d on ai_provider_openai-3501907-3501907-improve-checks-for
Issue #3501907: Improve checks for tier 1 accounts
-
marcus_johansson β
committed a106483d on ai_provider_openai-3501907-3501907-improve-checks-for
- π©πͺGermany marcus_johansson
There is a MR here for this now, the only way to check rate limits is to do a call and check the headers, meaning that a call will be made at a cost.
Because of this, it will not be part of hook_requirements/status page, since there are sites that use monitoring tools (Zabbix, Prometheus etc.) against those pages and it could end up costing money unwittingly to the site owner.
I will have to think of a solution for Drupal CMS as well as part of the solution, so still in progress.