Skip to content

Commit e7161ff

Browse files
authored
Merge branch 'main' into legacy-chunk-support
2 parents e4a2e6f + 56a20be commit e7161ff

7 files changed

Lines changed: 92 additions & 74 deletions

File tree

compose.example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: opengatellm
22

33
services:
44
api:
5-
image: ghcr.io/etalab-ia/opengatellm/api:0.4.1
5+
image: ghcr.io/etalab-ia/opengatellm/api:0.4.1post2
66
restart: always
77
env_file: .env
88
ports:
@@ -18,7 +18,7 @@ services:
1818
condition: service_healthy
1919

2020
playground:
21-
image: ghcr.io/etalab-ia/opengatellm/playground:0.4.1
21+
image: ghcr.io/etalab-ia/opengatellm/playground:0.4.1post2
2222
environment:
2323
- "OPENGATELLM_URL=${OPENGATELLM_URL:-http://api:8000}"
2424
- "REDIS_HOST=redis"

config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ settings:
6262
# log_level: INFO
6363
# log_format: [%(asctime)s][%(process)d:%(name)s][%(levelname)s] %(client_ip)s - %(message)s
6464

65-
swagger_version: 0.4.1
65+
swagger_version: 0.4.1post2
6666
# swagger_contact_url: https://github.com/etalab-ia/OpenGateLLM
6767
# swagger_contact_email: john.doe@example.com
6868
# swagger_docs_url: /docs

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineConfig({
8585
}, {
8686
label: '[lucide:rocket] Release notes',
8787
link: 'https://github.com/etalab-ia/OpenGateLLM/releases',
88-
badge: 'v0.4.1',
88+
badge: 'v0.4.1post2',
8989
attrs: { target: '_blank', style: 'font-size: 0.875rem;' },
9090
},
9191
{

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/redoc-static.html

Lines changed: 85 additions & 67 deletions
Large diffs are not rendered by default.

docs/src/content/docs/configuration/configuration_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ settings:
9898
# log_level: INFO
9999
# log_format: [%(asctime)s][%(process)d:%(name)s][%(levelname)s] %(client_ip)s - %(message)s
100100

101-
swagger_version: 0.4.1
101+
swagger_version: 0.4.1post2
102102
# swagger_contact_url: https://github.com/etalab-ia/OpenGateLLM
103103
# swagger_contact_email: john.doe@example.com
104104
# swagger_docs_url: /docs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opengatellm"
3-
version = "0.4.1"
3+
version = "0.4.1post2"
44
description = "OpenGateLLM project"
55
requires-python = ">=3.12"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)