mirror of
https://github.com/HazyResearch/manifest
synced 2024-11-16 12:12:58 +00:00
parent
e4d3a57f92
commit
d7b83d94bd
@ -9,8 +9,11 @@ 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"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user