Skip to content

Commit 250aba1

Browse files
chore(doc): update generated documentation and release versions (#891)
1 parent 0722b46 commit 250aba1

7 files changed

Lines changed: 1322 additions & 1308 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.3post1
5+
image: ghcr.io/etalab-ia/opengatellm/api:0.4.5
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.3post1
21+
image: ghcr.io/etalab-ia/opengatellm/playground:0.4.5
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
@@ -46,7 +46,7 @@ settings:
4646
# log_level: INFO
4747
# log_format: [%(asctime)s][%(process)d:%(name)s][%(levelname)s] %(client_ip)s - %(message)s
4848

49-
swagger_version: 0.4.3post1
49+
swagger_version: 0.4.5
5050
# swagger_contact_url: https://github.com/etalab-ia/OpenGateLLM
5151
# swagger_contact_email: john.doe@example.com
5252
# 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.3post1',
88+
badge: 'v0.4.5',
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: 1309 additions & 1295 deletions
Large diffs are not rendered by default.

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

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

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.3post1"
3+
version = "0.4.5"
44
description = "OpenGateLLM project"
55
requires-python = ">=3.12"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)