raymondclowe / AutoSuggestAI

A wordpress plugin that automatically suggests words in the editor as you type
1 stars 1 forks source link

AI error messages need to propogate to UI #26

Open raymondclowe opened 1 month ago

raymondclowe commented 1 month ago

When something is wrong at the LLM API such as run out of credits or exceed quota then this needs to be visible somehow to the end user. At the moment they just get either nothing suggested, or a check api key message.

The specific are going to have to be coded twice, once for the JS calling and once for the PHP calling.