edgellms / llama-mt /actions.js
atlury's picture
Upload 21 files
3a76a4e verified
raw
history blame contribute delete
132 Bytes
export const action = {
LOAD: 0,
INITIALIZED: 1,
RUN_MAIN: 2,
WRITE_RESULT: 3,
RUN_COMPLETED: 4,
ERROR: 5
};