FANA LLM v0.1.7 Image Analysis Improvement, Mint NFT Button Improvement, and Additional Triggers Ad

Several updates have been made to improve the functionality and user experience of the platform. Check more below

CLIENT AIMAGINE:

Brand Keyword Trigger

  • Improvements in the backend to recognize when a user asks a question regarding "AImagine", "Aimagine" and "aimagine" or they use the word 'AImagine' in a sentence, so it will retrieve the answer from the database and avoid generating an image with AImagine.

  • Users can, however, use the word 'imagine' to generate images.

Mint NFT Button Improvement

  • The Mint NFT button has been updated to provide a more seamless user experience, making it easier to create and manage NFTs.

  • The Mint NFT button just loads after the image is fully loaded into the chat.

Additional Triggers Added to NLP

  • New triggers have been added to the Natural Language Processing (NLP) system, allowing for more nuanced and accurate interactions with the platform.

  •                                 
                                    
                                    "superman",
                                    "pepe",
                                    "brainstorm",
     New triggers added:            "ape",
                                    "forest", 
                                    "samurai",
                                    "savage",
                                    "ninja",
                                    
                                    
    In total we have +80 words to trigger the natural language processing system

Image Analysis When Sharing URL Improvement

  • Improved USER message + URL prompt and URL analysis system. Explaining how the image was generated and how users can improve their prompt engineering.

Improved Chat Input

  • In the addLoadingMessage function, we disable the chat input field using prop('disabled', true) and change the cursor to "not allowed" using css('cursor', 'not-allowed'). This will prevent users from typing in the chat input field while the bot is processing a message.

  • In the removeLoadingMessage function, we re-enable the chat input field using prop('disabled', false) and reset the cursor to its default state using css('cursor', 'auto'). This will allow users to type in the chat input field again once the bot has finished processing the message.

Last updated