chore: reformat openaichat (#72)

pull/74/head
Laurel Orr 1 year ago committed by GitHub
parent c827092d10
commit 38b9b56077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,11 +10,7 @@ from manifest.request import LMRequest
logger = logging.getLogger(__name__)
# List from https://platform.openai.com/docs/models/model-endpoint-compatibility
OPENAICHAT_ENGINES = {
"gpt-3.5-turbo",
"gpt-4",
"gpt-4-32k"
}
OPENAICHAT_ENGINES = {"gpt-3.5-turbo", "gpt-4", "gpt-4-32k"}
class OpenAIChatClient(OpenAIClient):

Loading…
Cancel
Save