Husnain commited on
Commit
402861a
1 Parent(s): 13e8ce8

HF-LLM-API

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": "gemma-7b",
59
+ "description": "[google/gemma-7b-it]: https://huggingface.co/google/gemma-7b-it",
60
+ "object": "model",
61
+ "created": 1700000000,
62
+ "owned_by": "Google",
63
+ },
64
  ],
65
  }
66
  return self.available_models