gnodet commented on code in PR #25208:
URL: https://github.com/apache/camel/pull/25208#discussion_r3674306369
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/LlmClient.java:
##########
@@ -52,6 +53,8 @@ public class LlmClient {
private static final String DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-4-6";
private static final String DEFAULT_OPENAI_MODEL = "gpt-4o-mini";
private static final String DEFAULT_OLLAMA_MODEL = "llama3.2";
+ private static final String DEFAULT_WATSONX_URL =
"https://us-south.ml.cloud.ibm.com";
+ private static final String DEFAULT_WATSONX_MODEL =
"ibm/granite-3.1-8b-instruct";
Review Comment:
Good catch! Updated the default to `ibm/granite-4-1-8b-instruct` — the
latest Granite generation available on watsonx.ai, with improved tool calling
and instruction following. ✅ (commit 0c7897f)
_Claude Code on behalf of Guillaume Nodet_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]