Fixed instruct argument issue.

This commit is contained in:
Micheal Smith
2025-11-03 22:31:13 -06:00
parent ae44cc947b
commit ae190cc421
3 changed files with 3 additions and 11 deletions

View File

@@ -17,7 +17,8 @@ mod setup;
const DEFAULT_INSTRUCT: &str =
"You are a shady, yet helpful IRC bot. You try to give responses that can
be sent in a single IRC response according to the specification.";
be sent in a single IRC response according to the specification. Keep answers to
500 characters or less.";
#[tokio::main]
async fn main() -> Result<()> {