Skip to content

Commit b613f23

Browse files
authored
chore: update ogx to v1.1.0+rhaiv.0 for release-3.5-ea.2 (#435)
## Summary - Bump OGX_VERSION to v1.1.0+rhaiv.0 for the 3.5-ea.2 release - Regenerated distribution/requirements.txt and README.md via pre-commit The automated workflow (`create-or-update-release-branch`) failed due to missing pre-commit in the runner, so this was done manually.
2 parents 270fcf8 + 9992edc commit b613f23

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

build/build.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
OGX_VERSION=v1.0.2+rhaiv.0
1+
OGX_VERSION=v1.1.0+rhaiv.0
22
OGX_INSTALL_FROM_SOURCE=true

build/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ providers:
141141
# Completions for all other providers. Depends on the inference API.
142142
- provider_id: builtin
143143
provider_type: inline::builtin
144-
config: {}
144+
config:
145+
kvstore:
146+
backend: kv_default
147+
namespace: message_batches
145148
tool_runtime:
146149
# NOTE: inline::file-search requires a 'files' provider at runtime
147150
# (currently inline::localfs). Do not add inline::localfs to

distribution/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distribution/config.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distribution/requirements.txt

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)