You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rewrite ChatExample using actual API (Pair, InferenceParameters, generate)
ChatMessage and ChatRequest don't exist in the codebase. Replace with
the real API: InferenceParameters.setMessages(String, List<Pair>) for
building the message history and model.generate() for streaming output,
matching the pattern used in MainExample.
https://claude.ai/code/session_016atM3vkBsmaia7QGXKex8w
0 commit comments