Free.ai WordPress Plugin
AI tools for WordPress. Content generation, images, and more.
വാല്യംപ്രെസ്സിനുള്ള Free.aiName
AI-പദ്ധതിയുള്ള തലമുറ, ചിത്രം, ലേഖന- വായന, പരിഭാഷ, നിങ്ങളുടെ വാല്യം പ്രൊഫഷണല് സൈറ്റില് ക്ളൈന്റ്, വോള്ഡ്ഫേസ് അഡ്രസ് അഡ്രസ്ഡ് അസൈറ്റും ഉപയോഗിച്ച് നേരിട്ട് പരിഭാഷ.
പെട്ടെന്നു് തുടങ്ങുക: വിഡ്ജറ്റ് ലംഘിപ്പിക്കുക
നിങ്ങളുടെ വാക്ട്രേഷൻ സൈറ്റിലേക്ക് AIPURENT വഴി. ഇതു് ഏതു താളിലും, പോസ്റ്റ് അല്ലെങ്കില് ഇന്പുട്ട് ഉപയോഗിച്ച് എച്ച്ടിഎംഎല് എഡിറ്ററിലും ചേര്ക്കുക:
<script src="https://free.ai/widget.js" data-tool="chat"></script>
ഇതു് നിങ്ങളുടെ താളില് ഒരു എഐ ചാറ്റ് വിനിമയതലം ചേര്ക്കുന്നു. ലഭ്യമായ എല്ലാ ഉപകരണങ്ങള്ക്കും
ഇഷ്ടപ്പെട്ട ചെറിയ കോഡ് (പിപി)
Create a WordPress shortcode that calls the Free.ai API. Add this to your theme's functions.php:
function freeai_generate($atts) {
$atts = shortcode_atts(['prompt' => '', 'model' => 'qwen7b'], $atts);
$response = wp_remote_post('https://api.free.ai/v1/chat/completions', [
'headers' => [
'Authorization' => 'Bearer YOUR_API_KEY',
'Content-Type' => 'application/json',
],
'body' => json_encode([
'model' => $atts['model'],
'messages' => [['role' => 'user', 'content' => $atts['prompt']]],
]),
]);
if (is_wp_error($response)) return 'Error generating content.';
$body = json_decode(wp_remote_retrieve_body($response), true);
return '<div class="freeai-output">' .
esc_html($body['choices'][0]['message']['content'] ?? '') .
'</div>';
}
add_shortcode('freeai', 'freeai_generate');
എങ്കിൽ ഏതു പോസ്റ്റിലോ പേജിലോ ഉപയോഗിക്കുക:
[freeai prompt="Write a 100-word product description for organic coffee"]
വാക്യങ്ങള് വാക്ചാതുര്യത്തിനായി ഉപയോഗിക്കുക
- പോസ്റ്റുകള്ക്കു് സ്വയം നിര്മ്മിച്ച SEO മെറ്റാ വിവരണങ്ങള്
- ചിത്രങ്ങള് കാണാവുന്ന ചിത്രങ്ങള്ക്കുള്ള ഐ- കഴിവുള്ള ചിത്ര പരമ്പര
- തനിയെ പല ഭാഷകളിലേക്ക് പോസ്റ്റുകള് പരിഭാഷപ്പെടുത്തുക
- ലേഖനങ്ങള്ക്കു് പദാവലികള് ലഭ്യമാക്കുന്ന ഓഡിയോ ചേര്ക്കുക
- സന്ദർശക പിന്തുണയ്ക്കായി II ചാറ്റ്ബോട്ട്
- ദീര്ഘമായ വേര്തിരിയ്ക്കല് ലേഖനങ്ങള്ക്കായി ഉള്ളടക്കങ്ങള്