Yarik commited on
Commit
f244a40
1 Parent(s): 2d9a9a3

Update space

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +7 -0
apis/chat_api.py CHANGED
@@ -54,6 +54,13 @@ class ChatAPIApp:
54
  "created": 1700000000,
55
  "owned_by": "NousResearch",
56
  },
 
 
 
 
 
 
 
57
  ],
58
  }
59
  return self.available_models
 
54
  "created": 1700000000,
55
  "owned_by": "NousResearch",
56
  },
57
+ {
58
+ "id": "openchat-3.5",
59
+ "description": "[openchat/openchat-3.5-1210]: https://huggingface.co/openchat/openchat-3.5-1210",
60
+ "object": "model",
61
+ "created": 1700000000,
62
+ "owned_by": "NousResearch",
63
+ },
64
  ],
65
  }
66
  return self.available_models