Read the statement by Michael Teeuw here.
MMM-OpenAI
-
@Rags
Give me the front and backend log on error happens -
@Rags
TTS_SAY notification could have more complex payload like this..sendNotification("TTS_SAY", { content: "Live long and prosper", //text to be spoken //belows are optional type: "text", // "text" or "ssml" voiceName: "en-US-Standard-B", languageCode: "en-US", ssmlGender: "FEMALE", callback: (error)=> { console.log(error) // <= What you need. } })
-
@Rags said in MMM-OpenAI:
@MMRIZE @MMRIZE
Thanks for the update. Yes now it works fine. I am not getting "something is wrong’ messages, but prompts about the token lengths whenever they exceed.
Thanks. I hope there will be voice integration soon.So once again some issue has cropped up. The Openai integration with Telegrambot was working fine up to now. However, now the /chatai messages are not getting displayed on the MM whereas they are getting displayed on the Telegrambot app on the phone. The /txtai and /imgai have no issues. Please help in getting it to work again.
-
@Rags said in MMM-OpenAI:
@Rags said in MMM-OpenAI:
@MMRIZE @MMRIZE
Thanks for the update. Yes now it works fine. I am not getting "something is wrong’ messages, but prompts about the token lengths whenever they exceed.
Thanks. I hope there will be voice integration soon.So once again some issue has cropped up. The Openai integration with Telegrambot was working fine up to now. However, now the /chatai messages are not getting displayed on the MM whereas they are getting displayed on the Telegrambot app on the phone. The /txtai and /imgai have no issues. Please help in getting it to work again.
Can the developer please look into the issue described above. Thanks
-
@Rags the developer is on business trip now.
-
@Rags
Give me the whole configuration and log of backend terminal/frontend dev-console. Without details, I cannot guess anything. -
@sdetweil Oh ok, fine I shall tinker around and see if I have goofed up somewhere and wait for the developer for the rescue. Thanks
-
@MMRIZE said in MMM-OpenAI:
@Rags
Give me the whole configuration and log of backend terminal/frontend dev-console. Without details, I cannot guess anything.??backend terminal/frontend dev console…please guide howto ? thanks