This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch CAMEL-23205
in repository https://gitbox.apache.org/repos/asf/camel.git
discard c08ed3e05b23 Merge main into CAMEL-23205
discard 8f7c90296a52 CAMEL-23205: Fix OpenAI embedding tests by changing
default encoding format
add 11c4b6d246d1 CAMEL-23205: Fix OpenAI embedding ITs to check exchange
exceptions and skip when no model
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c08ed3e05b23)
\
N -- N -- N refs/heads/CAMEL-23205 (11c4b6d246d1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../resources/org/apache/camel/catalog/components/openai.json | 2 +-
.../META-INF/org/apache/camel/component/openai/openai.json | 2 +-
.../org/apache/camel/component/openai/OpenAIConfiguration.java | 4 ++--
.../camel/component/openai/integration/OpenAIEmbeddingsIT.java | 10 ++++++++++
.../builder/endpoint/dsl/OpenAIEndpointBuilderFactory.java | 2 +-
5 files changed, 15 insertions(+), 5 deletions(-)