
    ____        __        
   / __ )____ _/ /______ _
  / __  / __ `/ //_/ __ `/
 / /_/ / /_/ / ,< / /_/ / 
/_____/\__,_/_/|_|\__,_/  
                          
_____________________________________________________________________________________________________
Version: v1.03

Tier: Supernull:Invoker
Now you can talk to a character on MUGEN!
Baka is the very first functional character (or PoC) using an internet connection and an AI model.
Very limited, as there are few free AI models. You can make 1k requests per day (not per user).

Q. How does it work?
Once you send the message, the character sends an HTTP request (with my API key) to the AI model. 
Once the AI has processed your message and sent it back to the character, the character will show the 
AI's response as sysexplod in match!

Q. What model does it use?
This character uses Facebook's AI model, called BlenderBot with 400 million neural parameters.
https://huggingface.co/facebook/blenderbot-400M-distill
Why this one? This is because, first, this model is always warm, meaning you don't need to wait for 
the AI model to load, and second, because it's the only one that actually responds to you with some sense.
There were many others, but as I said many of them would respond to you without context or take minutes 
or even hours to load, and we don't want that.
But there is to admit that even this AI model is stupid, and guess what, I chose Cirno.

Q. Sometimes it gives me “Error: No response from AI!”
The reasons are many but the most common ones are:
- You have no internet connection.
- You used words that are not allowed. (sexual or more)
- API requests have run out.
- The request was not sent correctly, try again.
- The prompt for some reason is not working, try modifying it a little bit.

[Settings]
Go to your mugen.cfg file and set the following setting:
PauseOnDefocus = 0


I made this character in one day, without taking a break, I did it in a bit of a hurry also because I have many WIPs to do.
I hope you will like it!
Thank you Cyber.x64 for testing it!
- Nomi