mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-26 21:26:57 -05:00
Added several things: Parser to import JSON from DiscordChatExporter, ability to train without bot running and more.
This commit is contained in:
21
example-training.json
Normal file
21
example-training.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"message": "Hello world!",
|
||||
"attachments": []
|
||||
},
|
||||
{
|
||||
"message": "This is an example message with an attachment",
|
||||
"attachments": ["https://example.com/image.jpg"]
|
||||
},
|
||||
{
|
||||
"message": "Another training message",
|
||||
"attachments": []
|
||||
},
|
||||
{
|
||||
"message": "Messages can have multiple attachments",
|
||||
"attachments": [
|
||||
"https://example.com/image1.jpg",
|
||||
"https://example.com/image2.jpg"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user