buonqua11
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine] 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!
Forum: Plugins
In reply to: [AI Engine] Unable to create image with AzureThanks 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!
Forum: Plugins
In reply to: [AI Engine] Is Azure only available in certain regions?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] 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.
Forum: Plugins
In reply to: [AI Engine] Insert the user’s first and last name in the “start sentence”Thank you very much
Thank you very much! The code worked great. You have been very supportive.
- This reply was modified 1 year, 8 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 1 year, 8 months ago by buonqua11.
Forum: Plugins
In reply to: [AI Engine] How to hide or change the “cURL error 28 (OpenAI)” message.Thank you. But is there a way to change the content of this notification?
Forum: Plugins
In reply to: [AI Engine] Add voice feature to AI !I am looking forward to this feature. Thank you very much!
Forum: Plugins
In reply to: [AI Engine] How to make multiple popups chatbot?I have created it, but can multiple popup chatbots work at the same time? Currently there is only 1 default chatbot
Forum: Plugins
In reply to: [AI Engine] Version 1.3.94 crashed with context!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.
Forum: Plugins
In reply to: [AI Engine] Modify text “CLEAR” buttonYou 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.
Forum: Plugins
In reply to: [AI Engine] How to change the “Clear” buttonThank you very much. You and your plugin are amazing!