Skip to content

Commit 20186aa

Browse files
authored
Merge pull request #63 from kdubois/main
Remove stop command from the instructions to replace when switching LLMs
2 parents 4188386 + 83a7ad2 commit 20186aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ Open `src/main/resources/application.properties` and overwrite these lines:
365365

366366
[source,properties]
367367
----
368-
quarkus.langchain4j.openai.parasol-chat.chat-model.stop=DONE,done,stop,STOP
369368
quarkus.langchain4j.openai.parasol-chat.chat-model.model-name=parasol-chat
370369
quarkus.langchain4j.openai.parasol-chat.base-url=http://parasol-chat-predictor.aiworkshop.svc.cluster.local:8080/v1
371370
----
@@ -375,7 +374,6 @@ with:
375374
[.console-input]
376375
[source,properties,subs="+attributes,macros+"]
377376
----
378-
# quarkus.langchain4j.openai.parasol-chat.chat-model.stop=DONE,done,stop,STOP
379377
quarkus.langchain4j.openai.parasol-chat.chat-model.model-name=llama3.1
380378
quarkus.langchain4j.openai.parasol-chat.base-url=http://parasol-tools.aiworkshop.svc.cluster.local/v1
381379
----

0 commit comments

Comments
 (0)