Fix typo chatclient.adoc

This commit is contained in:
Cameron Kirk
2024-06-02 08:30:50 -07:00
committed by Christian Tzolov
parent f4c46770ee
commit 7f8822fdea

View File

@@ -11,7 +11,7 @@ The AI model processes two main types of messages: user messages, which are dire
These messages often contain placeholders that are substituted at runtime based on user input to customize the response of the AI model to the user input.
There are also Prompt options that can be specified., such as the name of the AI Model to use and the temperature setting that controls the randomness or creativity of the generated output.
There are also Prompt options that can be specified, such as the name of the AI Model to use and the temperature setting that controls the randomness or creativity of the generated output.
== Creating a ChatClient