buonqua11
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Google Gemini 1.5You’re right, it seems gemini 1.5 is only available for testing in the studio and has not yet been deployed via API. You are amazing and always enthusiastic, thank you!
Thanks for answering! Azure is really fast and has more flexible billing capabilities than OpenAI. If AI Engine Plugin can allow adding different APIs (OpenAI, Azure,…) for chatbots, there’s nothing better than that!
Thank you, I have successfully configured. However, there was an error that exceeded the maximum number of tokens. If you switch to OpenAI’s API, it’s normal.
Forum: Plugins
In reply to: [AI Engine - The Chatbot, AI Framework & MCP for WordPress] Update GPT4 8KThank you Jordy Meow ! Looks like the GPT4 API is not yet available for new users. Did Jordy Meow think you would sell GPT 4 API keys? I really need to buy them.
Thank you very much
Thank you very much! The code worked great. You have been very supportive.
- This reply was modified 2 years, 11 months ago by buonqua11.
Not this time I’m not talking about error 28. I’m talking about “Error while calling OpenAI” errors.
add_filter( 'mwai_ai_exception', function ( $exception ) { try { if ( substr( $exception, 0, 26 ) === "Error while calling OpenAI" ) { error_log( $exception ); return "There was an AI system error. Please contact us."; } return $exception; } catch ( Exception $e ) { error_log( $e->getMessage() ); } return $exception; } );The above code does not work, OpenAI errors are still displayed without change. Can you help me?
- This reply was modified 2 years, 11 months ago by buonqua11.
Thank you. But is there a way to change the content of this notification?
I am looking forward to this feature. Thank you very much!
I have created it, but can multiple popup chatbots work at the same time? Currently there is only 1 default chatbot
I did not select for “Content-Aware” or “Embeddings”. The context is to stay the same with no content added. On version 1.3.92, chat works normally, but when upgrading to 1.3.94, chat on turbo gives an error that the token is exceeded (4096). I reverted to the old version and everything is back to normal.
You set an “id” for the chat and you can change it. Then you can delete the id if you don’t want to use it.
Thank you very much. You and your plugin are amazing!