add proper handling for open ai rate limit delays

This commit is contained in:
KCaverly 2023-08-29 15:44:51 -04:00
parent dd577074f2
commit 4f8b95cf0d
3 changed files with 124 additions and 38 deletions

View file

@ -39,6 +39,7 @@ rand.workspace = true
schemars.workspace = true
globset.workspace = true
sha1 = "0.10.5"
parse_duration = "2.1.1"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }