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
In this example, we use the same model to classify and generate the response. However, it is possible to use specialized models for the classification and each experts.
42
42
However, Quarkus integration makes straightforward to also turn these LLM services into tools that can be invoked by other LLMs, simply annotating them with `@Tool` followed by a short description of the purpose of that tool, while preserving the possibility of also invoking the single expert directly as an independent LLM service.
0 commit comments