allways4backup
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Translate] Shorter cache time (set per page)Yepp, now it works like intended. Thanks!
Forum: Plugins
In reply to: [AI Translate] Shorter cache time (set per page)I thought so too. I don’t have any other cache plugin active, but I am using DNS via Cloudflare (without caching) – and tried it also with CF completely disabled too. Currently, the site https://www.cafm-blog.de and the translated version https://www.cafm-blog.de/en are unfortunately not in sync, or rather the homepage differs 🙁
May you can have a short look and/or idea?
Else I´ll disable all plugins and re-enable piece for piece 🙂
Forum: Plugins
In reply to: [AI Translate] Cl:earing CSS/JS assets’ cacheMy bad (I’ve seen the message above first time after install of AI Translate). Thanks!
Forum: Plugins
In reply to: [AI Translate] Include translated content in WordPress searchOkay, then I understand why it’s not working for me. I’m using Relevanssi 🙁
Thank you for the explanation.
Forum: Plugins
In reply to: [AI Translate] Feature Request: Native Yoast SEO Sitemap Integration👍
Forum: Plugins
In reply to: [AI Translate] Feature Request: Native Yoast SEO Sitemap IntegrationMaybe there´s a way to support RankMath´s sitemap also?
Forum: Plugins
In reply to: [AI Translate] PerplexityThanks @gkanters now it seems to work 🙂 I´ll start playing with your plugin. Seems amazing!
Forum: Plugins
In reply to: [AI Translate] Perplexityyes,
Use base_url=”https://api.perplexity.ai” for the Sonar API.
is also written in the docu, my API key is valid..i tried
sonar and sonar-pro
as input in the model field…strange. I’ll investigate tomorrow…thanks for now!
Forum: Plugins
In reply to: [AI Translate] Perplexitynot working, got an 404. i tried asling perplexity..
Sorry, it is too tekky for me, but maybe you See it more clear? Thanks in advance!
Using the custom API endpoint https://api.perplexity.ai/chat/completions in WordPress (e.g. via the “AI Translate” plugin) works only if your plugin sends correct headers and body. If you get “API validation failed: HTTP 404”, the URL is exposed, but the plugin likely sends it in the wrong way.
This is an OpenAI‑compatible endpoint, so you can use it directly with Chat Completions‑style requests. You must not append /v1, /models, or any extra path. If the plugin tries to auto‑build a URL like https://api.perplexity.ai/v1/chat/completions, that will fail with 404.
Required HTTP configurationYour plugin must send:Method: POSTHeaders:Authorization: Bearer YOUR_PERPLEXITY_API_KEYContent-Type: application/jsonBody (JSON):
{ “model”: “pplx-7b-online”, “messages”: [ { “role”: “system”, “content”: “Translate the user message from German to English, keep it natural and fluent.” }, { “role”: “user”, “content”: “Dies ist ein Beispieltext.” } ]}
ID your plugin rewrites the URL internally (e.g. to /v1/chat/completions), you’ll hit 404. Ask the plugin developer to add support for Perplexity (or an OpenAI‑style endpoint) without auto‑appending /v1.
Same here…
I have tried with another network (lan/5g), different browsers (chrome/ff); no luck 🙁
Maybe it is related to another wp-plugin. I will try to disable other plugins piece after piece.
Thanks anyway!
Thanks for getting back 🙂
Here´s the screen recording and the console with 1 error.
May you´re able to help me out, would be great 🙂
I´ve tried with several browsers and OS´es.
Forum: Plugins
In reply to: [Job Postings] Critical security issueThanks a lot 🙏
Forum: Plugins
In reply to: [Job Postings] Critical security issueMay @cfoellmann has an update to the vulnarability / possible update or fix?
Forum: Plugins
In reply to: [Job Postings] Cross Site Scripting+1 Malcare