We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55180e6 commit 1be69cbCopy full SHA for 1be69cb
src/handlers/services/cacheService.ts
@@ -35,6 +35,7 @@ export class CacheService {
35
'createFinetune',
36
'retrieveFinetune',
37
'cancelFinetune',
38
+ 'imageEdit',
39
];
40
return !nonCacheEndpoints.includes(endpoint);
41
}
src/types/requestBody.ts
@@ -146,7 +146,7 @@ export interface Options {
146
/** The parameter to determine if extra non-openai compliant fields should be returned in response */
147
strictOpenAiCompliance?: boolean;
148
/** Parameter to determine if fim/completions endpoint is to be used */
149
- mistralFimCompletion?: String;
+ mistralFimCompletion?: string;
150
/** Anthropic specific headers */
151
anthropicBeta?: string;
152
anthropicVersion?: string;
0 commit comments