ka1kuk commited on
Commit
e1cd27e
1 Parent(s): 0a32f1f

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. apis/chat_api.py +7 -0
apis/chat_api.py CHANGED
@@ -62,6 +62,13 @@ class ChatAPIApp:
62
  "created": current_time,
63
  "owned_by": "Google",
64
  },
 
 
 
 
 
 
 
65
  ],
66
  }
67
  return self.available_models
 
62
  "created": current_time,
63
  "owned_by": "Google",
64
  },
65
+ {
66
+ "id": "codellama-7b",
67
+ "description": "[codellama/CodeLlama-7b-hf]: https://huggingface.co/codellama/CodeLlama-7b-hf",
68
+ "object": "model",
69
+ "created": current_time,
70
+ "owned_by": "codellama",
71
+ },
72
  ],
73
  }
74
  return self.available_models