Skip to content

Commit

Permalink
RELEASE v.1.1.6 (#923)
Browse files Browse the repository at this point in the history
* RELEASE v.1.1.6

* RELEASE v.1.1.6 - FE clients
  • Loading branch information
EugeneLightsOn authored Jan 24, 2025
1 parent 89d3bcd commit 9f82c26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
ORIGINS = ["*"]


_RELEASE_VERSION = "v1.1.5"
_RELEASE_VERSION = "v1.1.6"


@asynccontextmanager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CohereClientGenerated {
) {
this.request = new HttpRequest({
BASE: config?.BASE ?? '',
VERSION: config?.VERSION ?? '1.1.5',
VERSION: config?.VERSION ?? '1.1.6',
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
CREDENTIALS: config?.CREDENTIALS ?? 'include',
TOKEN: config?.TOKEN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: undefined,
USERNAME: undefined,
VERSION: '1.1.5',
VERSION: '1.1.6',
WITH_CREDENTIALS: false,
interceptors: {
request: new Interceptors(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CohereClientGenerated {
) {
this.request = new HttpRequest({
BASE: config?.BASE ?? '',
VERSION: config?.VERSION ?? '1.1.5',
VERSION: config?.VERSION ?? '1.1.6',
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
CREDENTIALS: config?.CREDENTIALS ?? 'include',
TOKEN: config?.TOKEN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: undefined,
USERNAME: undefined,
VERSION: '1.1.5',
VERSION: '1.1.6',
WITH_CREDENTIALS: false,
interceptors: {
request: new Interceptors(),
Expand Down

0 comments on commit 9f82c26

Please sign in to comment.