17 lines
459 B
JSON
17 lines
459 B
JSON
|
|
{
|
||
|
|
"magic": "GXIC1",
|
||
|
|
"version": 1,
|
||
|
|
"model": "programs/hello_model.gx",
|
||
|
|
"entrypoint": "main",
|
||
|
|
"symbols": {
|
||
|
|
"main": 0
|
||
|
|
},
|
||
|
|
"instructions": [
|
||
|
|
{ "op": "LOAD_MODEL", "args": ["programs/hello_model.gx"] },
|
||
|
|
{ "op": "SET_MODE", "args": ["chat"] },
|
||
|
|
{ "op": "SET_PARAM", "args": ["temperature", 0.2] },
|
||
|
|
{ "op": "SET_PARAM", "args": ["trace", false] },
|
||
|
|
{ "op": "RUN_PROMPT", "args": ["Hello from XIC inside compressed space."] }
|
||
|
|
]
|
||
|
|
}
|