Skip to content

Commit 4c17fa5

Browse files
committed
assistant : newer version of dependency
1 parent e9e56b3 commit 4c17fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module/move/assistant/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod_interface = { workspace = true, features = [ "full" ] }
4747
former = { workspace = true, features = [ "full" ] }
4848
format_tools = { workspace = true, features = [ "full" ] }
4949
reflect_tools = { workspace = true, features = [ "full" ] }
50-
openai-api-rs = { version = "=5.0.11" }
50+
openai-api-rs = { version = "=5.0.14" }
5151
tokio = { version = "1", features = ["full"] }
5252
dotenv = "0.15"
5353
clap = { version = "4.5.20", features = ["derive"] }

module/move/assistant/src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn main() -> Result< (), Box< dyn Error > >
2626

2727
let secret = Secret::load()?;
2828

29-
let client = client( &secret )?;
29+
let client = client::client( &secret )?;
3030

3131
let cli = Cli::parse();
3232

0 commit comments

Comments
 (0)