Skip to content

Commit 4f45fd6

Browse files
committed
fix linting
1 parent 9a043a1 commit 4f45fd6

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

erniebot/src/erniebot/resources/chat_completion.py

+4-12
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,8 @@ class ChatCompletion(EBResource, CreatableWithStreaming):
9797
"ernie-char-8k": {
9898
"model_id": "ernie-char-8k",
9999
},
100-
"ernie-func-8k": {
101-
"model_id": "ernie-func-8k"
102-
},
103-
"ernie-function-8k": {
104-
"model_id": "ernie-func-8k"
105-
}
100+
"ernie-func-8k": {"model_id": "ernie-func-8k"},
101+
"ernie-function-8k": {"model_id": "ernie-func-8k"},
106102
},
107103
},
108104
APIType.AISTUDIO: {
@@ -135,12 +131,8 @@ class ChatCompletion(EBResource, CreatableWithStreaming):
135131
"ernie-char-8k": {
136132
"model_id": "ernie-char-8k",
137133
},
138-
"ernie-func-8k": {
139-
"model_id": "ernie-func-8k"
140-
},
141-
"ernie-function-8k": {
142-
"model_id": "ernie-func-8k"
143-
}
134+
"ernie-func-8k": {"model_id": "ernie-func-8k"},
135+
"ernie-function-8k": {"model_id": "ernie-func-8k"},
144136
},
145137
},
146138
APIType.CUSTOM: {

0 commit comments

Comments
 (0)