diff --git a/Codevil (standalone).html b/Codevil (standalone).html deleted file mode 100644 index eeb4f99..0000000 --- a/Codevil (standalone).html +++ /dev/null @@ -1,182 +0,0 @@ - - -
- -{entry.event.detail}
- ) : (
- {new Date(entry.timestamp).toLocaleTimeString()}
- )}
- {entry.tool.args}
- )}
- {entry.tool.result && (
- {entry.tool.result}
- )}
- {entry.tool.error && (
- {entry.tool.error}
- )}
- - Cost: ${message.meta.cost.total_cost_usd.toFixed(2)} ({message.meta.cost.input_tokens} in / {message.meta.cost.output_tokens} out) - {message.meta.refinement_round ? ` | Round ${message.meta.refinement_round}` : ""} -
- )} - -