Create config.json
Browse files- config.json +15 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "SquanchNasty AI Model",
|
3 |
+
"pipelines": [
|
4 |
+
{
|
5 |
+
"name": "conversational",
|
6 |
+
"description": "Engage in multi-turn conversations with the AI model.",
|
7 |
+
"input_type": "chat",
|
8 |
+
"output_type": "chat",
|
9 |
+
"example": {
|
10 |
+
"input": "User: Hello, how are you?\nAI: I'm doing great, thanks for asking! How can I assist you today?",
|
11 |
+
"output": "User: I have a question about the latest product release.\nAI: Sure, I'd be happy to help. What would you like to know?"
|
12 |
+
}
|
13 |
+
}
|
14 |
+
]
|
15 |
+
}
|