From ad6a27c1f9db568522d74260f38ad3db275a96a1 Mon Sep 17 00:00:00 2001 From: ANarayan Date: Wed, 8 Jun 2022 13:12:10 -0700 Subject: [PATCH] [add] codex endpoints --- manifest/clients/openai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest/clients/openai.py b/manifest/clients/openai.py index a1ae098..e4e2eab 100644 --- a/manifest/clients/openai.py +++ b/manifest/clients/openai.py @@ -15,6 +15,8 @@ OPENAI_ENGINES = { "text-curie-001", "text-babbage-001", "text-ada-001", + "code-davinci-002", + "code-cushman-001", }