Skip to content

Commit 04ab111

Browse files
committed
llama3.2
1 parent badb9cf commit 04ab111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/modules/ROOT/pages/module-private-docs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ with:
369369
[source,properties,subs="+attributes,macros+"]
370370
----
371371
# quarkus.langchain4j.openai.parasol-chat.chat-model.stop=DONE,done,stop,STOP
372-
quarkus.langchain4j.openai.parasol-chat.chat-model.model-name=llama3.1
372+
quarkus.langchain4j.openai.parasol-chat.chat-model.model-name=llama3.2
373373
quarkus.langchain4j.openai.parasol-chat.base-url=http://parasol-tools.aiworkshop.svc.cluster.local/v1
374374
----
375375

@@ -461,14 +461,14 @@ image::private-docs/jaeger-trace-details.png[Jaeger trace details]
461461
. The entrypoint to the chat interface (`org.parasol.resources.ClaimWebsocketChatBot` class, `onMessage` method).
462462
. Entrypoint into the `ClaimService` AI service's `chat` method.
463463
. REST HTTP call to the embedding model to retrieve appropriate embeddings based on the chat query.
464-
. Call to the `llama3.1` model.
464+
. Call to the `llama3.2` model.
465465
. REST HTTP call to the model server.
466466
. Callback from the model to invoke the `updateClaimStatus` tool.
467467
. Call into our `NotificationService.updateClaimStatus` method.
468468
. Get a connection to the database.
469469
. **Select** the `Claim` record from the database to update.
470470
. **Update** the `Claim` record from the database and set the claim's status to **denied**.
471-
. Send the result of the tool invocation back to the `llama3.1` model.
471+
. Send the result of the tool invocation back to the `llama3.2` model.
472472
. REST HTTP call to the model server including the result from the tool invocation.
473473

474474
You can click on any span to show more contextual information about the span:

0 commit comments

Comments
 (0)