kevin
commited on
Commit
·
7f0aee0
1
Parent(s):
6a61109
模型别名
Browse files- src/chat/model.rs +1 -0
src/chat/model.rs
CHANGED
@@ -81,6 +81,7 @@ pub struct Usage {
|
|
81 |
#[derive(Serialize, Clone)]
|
82 |
pub struct Model {
|
83 |
pub id: &'static str,
|
|
|
84 |
pub created: &'static i64,
|
85 |
pub object: &'static str,
|
86 |
pub owned_by: &'static str,
|
|
|
81 |
#[derive(Serialize, Clone)]
|
82 |
pub struct Model {
|
83 |
pub id: &'static str,
|
84 |
+
pub name: &'static str,
|
85 |
pub created: &'static i64,
|
86 |
pub object: &'static str,
|
87 |
pub owned_by: &'static str,
|