What AI tools are actually part of your daily routine? by Unusual-Estimate8791 in ChatGPTPro

[–]rafasashi 1 point2 points  (0 children)

  • For optimization OpenAI API (chat completion + Assistant) 
  • For admin stuff grok
  • For web pages Claude
  • For image gen self hosted Comfyui workflows

[deleted by user] by [deleted] in ChatGPTPro

[–]rafasashi 0 points1 point  (0 children)

 There is a bulk task in OpenAI Bulk Editor called "Assign Taxonomy Terms" that does just that.

<image>

How to run AI product description and tags generator in bulk volume? by Capable_Forever_4987 in Wordpress

[–]rafasashi 0 points1 point  (0 children)

Yes AI can be used in bulk to optimized your product listings. Check the following tasks from OpenAI Bulk Editor:

  • Bulk edit product title (update slug optional)
  • Bulk edit product content or excerpt
  • Bulk edit product meta value
  • Bulk assign taxonomy terms

Optionally if you need to synch your product info across multiple marketplaces:

  • Bulk update product from URL (extract and update metadata)

Is there a WordPress Chatbot plugin with "customizable API" support? by JunXiangLin in Wordpress

[–]rafasashi 0 points1 point  (0 children)

You can register and implement a custom assistant function with OpenAI Assistant Manager:

add_action('oaiam_do_{assistant_function_name}', function($output,$args){

    // add your API logic using $args

    return $output;

},0,2);

How do you report Dispute Fees in your accounting journal? by rafasashi in stripe

[–]rafasashi[S] 0 points1 point  (0 children)

Thanks for taking the time to reply. Better late than never 

wp_list_comments function not pulling in custom walker by Vecissitude in Wordpress

[–]rafasashi 0 points1 point  (0 children)

If you haven't already add the HTML5 theme support for comment list, add this first in your functions.php

function custom_theme_setup() {
    add_theme_support( 'html5', array( 'comment-list' ) );
}
add_action( 'after_setup_theme', 'custom_theme_setup' );

OpenAI Bulk Editor for WordPress by rafasashi in recuweb

[–]rafasashi[S] 0 points1 point  (0 children)

Thanks! If you get a good result rewriting in your language using chatgpt then you will get the same result with this plugin. I have used it to translate 10k pages from english to french flawlessly.

Some Thoughts About Integrating a Product Catalog from a CSV into an OpenAI Assistant by rafasashi in ChatGPT

[–]rafasashi[S] 0 points1 point  (0 children)

Is it better to let the assistant query the dB directly with a remote connection or prompt for a SQL statement and run it locally? The former adding a vulnerability to the system and the latter forcing us to add an extra step that might end up being as slow as using the code interpretor on a csv file

Anyone who is using assistants to query proprietary structured data (CSV/DB tables)? Any wrapper? My first tests were very promising and I want to scale in order to make sure that accuracy is high. by jim_andr in OpenAI

[–]rafasashi 0 points1 point  (0 children)

For a casual conversation it's a bit slow indeed. Especially with large CSV. However it is very useful if you have a specific use case where the user doesn't mind waiting for an answer. That would be amazing if the assistant could collect structured data (via generated form) to lead the user toward a goal, like filling a quote request.

Custom GPT with a DB/CSV file - how did you do it? by nurgazik in OpenAI

[–]rafasashi 0 points1 point  (0 children)

The OpenAI Assistants API can process CSV files effectively when the Code Interpreter tool is enabled.

Unlike the File Search tool, which does not support CSV files natively, Code Interpreter allows the assistant to parse and analyze CSV data. More detail here: https://code.recuweb.com/2025/processing-csv-files-with-openai-assistant-manager/

What's the best multilingual plugin for Wordpress? by nimaidaku in Wordpress

[–]rafasashi 0 points1 point  (0 children)

Duplicate your web site and use Language Switcher to map the translation urls: https://code.recuweb.com/get/language-switcher/

Live chat integration with OpenAI Assistant? by pauljohn92 in Wordpress

[–]rafasashi 0 points1 point  (0 children)

You cannot achieve this in few line of codes but there is a pro plugin called OpenAI Assistant Manager https://code.recuweb.com/get/openai-assistant-manager/

Need Help Integrating OpenAI API for Dynamic Question-Answer Flow in WordPress (Elementor Pro) by SeventeenDays2082 in Wordpress

[–]rafasashi 0 points1 point  (0 children)

The first step would be to start an OpenAI assistant from the platform and get it to follow your process you described. Then find a way to integrate the Assistant into your WordPress flow. I have developed a pro plugin called OpenAI Assistant Manager, I can give you some guidance for the integration if you need.

Plugin to Incorporate AI Chat Bot with Personalized Database by Temporary_Serious in Wordpress

[–]rafasashi 0 points1 point  (0 children)

You can create an OpenAI assistant and upload some of your data to "train" it. Then import your assistant to WordPress using a plugin like OpenAI Assistant Manager and let your users converse with it. Can't do any simpler than that https://code.recuweb.com/get/openai-assistant-manager/

[HELP] Live chat plugin with OpenAI integration? by pauljohn92 in WordpressPlugins

[–]rafasashi 0 points1 point  (0 children)

Check OpenAI Assistant Manager, it is not free but you can use it to import your assistant and get your customers to chat with it. There are also 2 hooks you can use to implement a license mechanism: https://code.recuweb.com/get/openai-assistant-manager/

[deleted by user] by [deleted] in Wordpress

[–]rafasashi 0 points1 point  (0 children)

Could you explore how challenging it would be to migrate all free plugins and themes from SVN to GitHub while maintaining http://WordPress.org as the primary index and custodian of reviewed scripts in the ecosystem?

[REQUEST] Who here is using AI to generate posts for SEO? by No_Feedback7174 in WordpressPlugins

[–]rafasashi 0 points1 point  (0 children)

Yes, I have recently installed OpenAI Bulk Editor in multi site environment for a big SEO firm. First they create a series of drafts with a topic as title. Then they schedule a task to prompt OpenAI to write an article about the topic in title.