Skip to content

Commit

Permalink
chore(openai): change openai from async to sync (#10785)
Browse files Browse the repository at this point in the history
* chore(openai): change openai from async to sync

* move openai to common

* code-davinci-002 to text-davinci-003

* fix unused mod

* make audit happy
  • Loading branch information
BohuTANG authored Mar 27, 2023
1 parent 4b04d16 commit edc3c3c
Show file tree
Hide file tree
Showing 15 changed files with 798 additions and 376 deletions.
14 changes: 13 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@ ignore = [
# time: Potential segfault in the time crate
# We are not accected by this CVE.
# And there is no actions we can take, waiting for upstream.
"RUSTSEC-2020-0071"
"RUSTSEC-2020-0071",
# hyper
# Lenient `hyper` header parsing of `Content-Length` could allow request smuggling
"RUSTSEC-2021-0078",
# hyper
# Integer overflow in `hyper`'s parsing of the `Transfer-Encoding` header leads to data loss
"RUSTSEC-2021-0079",
# ansi_term
# ansi_term is Unmaintained
"RUSTSEC-2021-0139",
# buf_redux
# buf_redux is Unmaintained
"RUSTSEC-2023-0028"
]
Loading

1 comment on commit edc3c3c

@vercel
Copy link

@vercel vercel bot commented on edc3c3c Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend.rs
databend.vercel.app
databend-git-main-databend.vercel.app
databend-databend.vercel.app

Please sign in to comment.