Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions documentation/modules/ROOT/pages/21_podman_ai.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ package com.redhat.developers;
import dev.langchain4j.service.SystemMessage;
import dev.langchain4j.service.UserMessage;
import io.quarkiverse.langchain4j.RegisterAiService;
import jakarta.enterprise.context.SessionScoped;
import jakarta.enterprise.context.ApplicationScoped;

@RegisterAiService()
@SessionScoped
@ApplicationScoped
public interface Assistant {

@SystemMessage({
Expand Down Expand Up @@ -211,4 +211,4 @@ LLM should respond as if they were a Java engineer.
Feel free to play around with the different models Podman Desktop AI Lab provides. You will notice that some are faster
than others, and some will respond better to specific questions than others, based on how they have been trained.

NOTE: If you want to help improve the answers generated by the InstructLab model, feel free to https://github.com/instructlab/community/blob/main/README.md[contribute to the project].
NOTE: If you want to help improve the answers generated by the InstructLab model, feel free to https://github.com/instructlab/community/blob/main/README.md[contribute to the project].