Skip to content

Commit

Permalink
chore: bump for openai-api-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
avastmick committed Jan 30, 2024
1 parent da03e85 commit e2877b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ name = "cosmonaut_code"
path = "src/main.rs"

[dependencies]
openai-api-rs = "3.0.1"
google-generative-ai-rs = "0.1.6"
openai-api-rs = "4.0.5"
google-generative-ai-rs = "0.1.6"
# google-generative-ai-rs = { git = "https://github.com/avastmick/google-generative-ai-rs.git", version = "0.1.3" }
thiserror = "1.0.55"
log = "0.4.20"
Expand Down Expand Up @@ -50,4 +50,4 @@ futures = "0.3.30"
tempfile = "3.9.0"

[build-dependencies]
linguist-rs-build = { git = "https://github.com/cosmonaut-nz/linguist-rs.git", version = "1.1.1" }
linguist-rs-build = { git = "https://github.com/cosmonaut-nz/linguist-rs.git", version = "1.1.1" }

0 comments on commit e2877b0

Please sign in to comment.