Husnain commited on
Commit
13b01f1
1 Parent(s): 99faa35

⚡ [Enhance] Add new model yi-1.5-34b, and remove unavailable models

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +0 -1
apis/chat_api.py CHANGED
@@ -64,7 +64,6 @@ class ChatAPIApp:
64
  raise INVALID_API_KEY_ERROR
65
 
66
  class ChatCompletionsPostItem(BaseModel):
67
-
68
  model: str = Field(
69
  default="nous-mixtral-8x7b",
70
  description="(str) `nous-mixtral-8x7b`",
 
64
  raise INVALID_API_KEY_ERROR
65
 
66
  class ChatCompletionsPostItem(BaseModel):
 
67
  model: str = Field(
68
  default="nous-mixtral-8x7b",
69
  description="(str) `nous-mixtral-8x7b`",