Usage
Using the SmartGPT API.
let execution = smartgpt.run_task(
"Write an essay on Barack Obama.",
|action| Ok(()),
|update| Ok(())
);Last updated
Using the SmartGPT API.
let execution = smartgpt.run_task(
"Write an essay on Barack Obama.",
|action| Ok(()),
|update| Ok(())
);Last updated