apupier commented on code in PR #25208:
URL: https://github.com/apache/camel/pull/25208#discussion_r3674120095
##########
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:
hwo this default was chosen? Seems there are granite-4.1 models available
https://research.ibm.com/blog/granite-4-1-ai-foundation-models
https://www.ibm.com/fr-fr/granite
--
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]