Text script and conversations with chatbot without limits with because

Text script and conversations with chatbot without limits with because

6 minutes, 20 seconds Read

Every blog, every tick video, every newspaper in these days does nothing but talk about IA, new sites, new incredible applications, one more special than the other every day. Then you usually realize that they are all similar to a few variations and especially they are paid. If we had to try them all, if we were to be established in the various social networks in the various social networks, we would issue many subscriptions with many subscriptions.

Since on Navigaweb we want to do everything we can to not pay and I don’t like to advertise for commercial tools of who knows who, I searched and searched until I found until I found An incredible site, a complete set of tools driven with IA, 100% freeWithout subscriptions, without credits and easy to use.

The site is Maybe As a result, everyone can make random text generators, interactive chatbots and different types of tools, perfect for stimulating creativity in a practical and concrete way without limitations.

What is it because it is special?

maybe

Because it is a free online platform that gives you the power to make Personalized generators. You can use it to find texts – such as sentences, names or stories – or to build chatbots that respond intelligently. It is a tool that is designed for those who like to create, that you are a writer, an enthusiastic of games or just curious.

Beyond the Spartan graphic images, minimalist, even ugly from the site, because it is special for various reasons that distinguish it from other comparable tools:

While for image generators, many valid alternatives and for other tools, the one in which this site is really the opportunity to make text generators, also Otros.

Text generators in why they work

Text generators are the heart of because. This allows you to make random content by defending “rules”. Here is how to start:

  1. Access to the website: Go to perchaance.org And click on “Create generator”.
  2. Write your rules: Use simple language to say something to generate.
  3. See the result: Prices “generated” and look at what happens, change if you need.

Example: We generate futuristic transactions

Imagine that he wants to invent professions in the future. I tried:

inizio = ["Astro", "Cyber", "Nano", "Eco"]
ruolo = ["cercatore", "riparatore", "esploratore", "custode"]
output = inizio + ruolo + " del 22° secolo"
        

Explanation: “Start” and “Roll” are lists of words. She randomly combines “output”.

Result: You could get “Astrospolator of the 22nd century” or “Nanocustade of the 22nd century”. A perfect idea for a science fiction story!

Chatbot: Living and original conversations

With the “Ai Chat Generator” function because you can make signs that respond to what you write. It’s like you have a digital imaginary friend! There are many apps and sites that can do it, but almost all with limitations. There are no credits and subscriptions in this, so we are free to create our history.

How to make a chatbot

Go to the part Ai -chat It is already possible to chat with different chatbots made and published by other users. If we want to make one, there are no technical problems, you just have to involve your imagination.

  1. Define the character: Choose who will be (a detective, a space chef, etc.).
  2. Set the rules: Use the model for the chats and describe the style.
  3. Interact: Write and see what he answers!

Example: The keeper of the Lunar Lighthouse

To do a strange test, I made the simple chatbot of a girl who lives on the moon:

personaggio = "Lunia, custode del faro lunare, scontrosa ma carina"
risposta = [
  "Ehi, terrestre! Che ci fai quassù tra le stelle?",
  "Il faro illumina i crateri da secoli, e io sono ancora qui a pulirlo.",
  "Non toccare i comandi, o finiamo tutti nello spazio profondo!"
]
output = personaggio + " borbotta: " + risposta
        

Explanation: “Character” gives an identity, “response” offers random sentences. “Output” unites everything.

Result: If you write “Hello, how are you?”, You can read: “Lunia, keeper of the Lunar Lighthouse, mumbles: Hey, terrestrial! What are you doing here under the stars?”. In short, we do not make my example back, I have put it here for completeness.

Other functions of because

In addition to text generators and chatbots, because it offers many other options. Here is a clear and complete list:

  • Generation of images: Usual functionality, you can write the description (eg “a robot on Mars Cat”) and obtain an image made by the AI.
  • Dynamic lists: This is very handy, lists can be made that are updated or consumed (for example, a list of treasures that disappear as you find them).
  • Complex calculations: Make amounts, multiplication or advanced logic (for example, calculate the score of a game).
  • HTML -Adjustment: Add colors, buttons or styles for websites.
  • To share: You can save generators and share it publicly with a link and this is a different specialty, because if you go to the list of the generators, you can search and find what we already have ready.
  • Import: Generators made by others can be used for personal projects.
  • Multilingual support: Of course you can write in every language, as long as the code is clear.

Tips to create something unique

  • Add details: The more options you place on the lists, the more varied and interesting the results.
  • Try it now: Test the generator while building it to repair it on the fly.
  • Mix ideas: Combines text and chatbots to create interactive experiences (eg a miss generator with a storyteller).
  • Explore the community: Look what others do to find inspiration, but create something from you!

Here is a final unique example, a prophecy generator for a game or a story:

tempo = ["Quando la luna si spegne", "Nel giorno del vento silenzioso", "All’alba del terzo sole"]
evento = ["un’ombra danzerà", "le stelle canteranno", "il mare si ribellerà"]
esito = ["e il mondo troverà pace", "ma il prezzo sarà alto", "senza lasciare traccia"]
output = tempo + ", " + evento + ", " + esito + "."
        

Result“”When the moon is switched off, the stars will sing, but the price will be high.

Because it is therefore a site to be in favor, a space without borders to the imagination, a rare exception in a panorama of sites with artificial intelligence that seem to be the copy of the other.

#Text #script #conversations #chatbot #limits

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *