File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
assistants_web/src/cohere-client/generated
coral_web/src/cohere-client/generated Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
ORIGINS = ["*" ]
46
46
47
47
48
- _RELEASE_VERSION = "v1.1.5 "
48
+ _RELEASE_VERSION = "v1.1.6 "
49
49
50
50
51
51
@asynccontextmanager
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export class CohereClientGenerated {
41
41
) {
42
42
this . request = new HttpRequest ( {
43
43
BASE : config ?. BASE ?? '' ,
44
- VERSION : config ?. VERSION ?? '1.1.5 ' ,
44
+ VERSION : config ?. VERSION ?? '1.1.6 ' ,
45
45
WITH_CREDENTIALS : config ?. WITH_CREDENTIALS ?? false ,
46
46
CREDENTIALS : config ?. CREDENTIALS ?? 'include' ,
47
47
TOKEN : config ?. TOKEN ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
47
47
PASSWORD : undefined ,
48
48
TOKEN : undefined ,
49
49
USERNAME : undefined ,
50
- VERSION : '1.1.5 ' ,
50
+ VERSION : '1.1.6 ' ,
51
51
WITH_CREDENTIALS : false ,
52
52
interceptors : {
53
53
request : new Interceptors ( ) ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export class CohereClientGenerated {
41
41
) {
42
42
this . request = new HttpRequest ( {
43
43
BASE : config ?. BASE ?? '' ,
44
- VERSION : config ?. VERSION ?? '1.1.5 ' ,
44
+ VERSION : config ?. VERSION ?? '1.1.6 ' ,
45
45
WITH_CREDENTIALS : config ?. WITH_CREDENTIALS ?? false ,
46
46
CREDENTIALS : config ?. CREDENTIALS ?? 'include' ,
47
47
TOKEN : config ?. TOKEN ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
47
47
PASSWORD : undefined ,
48
48
TOKEN : undefined ,
49
49
USERNAME : undefined ,
50
- VERSION : '1.1.5 ' ,
50
+ VERSION : '1.1.6 ' ,
51
51
WITH_CREDENTIALS : false ,
52
52
interceptors : {
53
53
request : new Interceptors ( ) ,
You can’t perform that action at this time.
0 commit comments