Rename profile.aiml to config.aiml
Browse files
profile.aiml → config.aiml
RENAMED
@@ -1,11 +1,9 @@
|
|
1 |
-
|
2 |
-
#
|
3 |
-
# This is an experimental example of an .aiml file.
|
4 |
-
# Everything you see here in the repo is a work in progress.
|
5 |
|
6 |
{
|
7 |
-
"
|
8 |
-
"
|
9 |
"last_modified": "September 9th 2023, 01:30",
|
10 |
"properties": {
|
11 |
"purpose": "llm-text-generation",
|
|
|
1 |
+
## This is an experimental example of an .aiml file.
|
2 |
+
# Everything you see hereis a work in progress, dont use this in production. Please.
|
|
|
|
|
3 |
|
4 |
{
|
5 |
+
"aiml": {
|
6 |
+
"version": "1.1.0",
|
7 |
"last_modified": "September 9th 2023, 01:30",
|
8 |
"properties": {
|
9 |
"purpose": "llm-text-generation",
|