mirror of
https://git.isriupjv.fr/ISRI/ai-server
synced 2025-04-24 01:58:12 +02:00
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"type": "python",
|
|
"tags": ["dummy"],
|
|
"file": "model.py",
|
|
"interface": "chat",
|
|
|
|
"summary": "Echo model",
|
|
"description": "The most basic example model, simply echo the input",
|
|
|
|
"inputs": {
|
|
"messages": {"type": "list[dict]", "default": "[{\"role\": \"user\", \"content\": \"who are you ?\"}]"}
|
|
},
|
|
|
|
"output_type": "text/markdown"
|
|
}
|