File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ const AI302APIConfig: ProviderAPIConfig = {
15
15
} ,
16
16
} ;
17
17
18
- export default AI302APIConfig ;
18
+ export default AI302APIConfig ;
Original file line number Diff line number Diff line change 1
1
import { THREE_ZERO_TWO_AI } from '../../globals' ;
2
2
import { OpenAIErrorResponseTransform } from '../openai/utils' ;
3
-
4
3
import {
5
4
ChatCompletionResponse ,
6
5
ErrorResponse ,
7
6
ProviderConfig ,
8
7
} from '../types' ;
9
- import {
10
- generateErrorResponse ,
11
- generateInvalidProviderResponseError ,
12
- } from '../utils' ;
13
-
14
- interface AI302ChatCompleteResponse extends ChatCompletionResponse { }
8
+ import { generateInvalidProviderResponseError } from '../utils' ;
15
9
16
10
export const AI302ChatCompleteConfig : ProviderConfig = {
17
11
model : {
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ const AI302Config: ProviderConfigs = {
15
15
} ,
16
16
} ;
17
17
18
- export default AI302Config ;
18
+ export default AI302Config ;
You can’t perform that action at this time.
0 commit comments