chore: Add README.md files
This commit is contained in:
commit
4ceec902a3
155 changed files with 19124 additions and 0 deletions
14
demo-02/README.md
Normal file
14
demo-02/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
Demo 02 - LLM configuration
|
||||
===============================================
|
||||
|
||||
In this step, we will play with various configurations of the language model (LLM)
|
||||
|
||||
# Temperature
|
||||
`quarkus.langchain4j.openai.chat-model.temperature` controls the randomness of the model’s responses.
|
||||
Lowering the temperature will make the model more conservative, while increasing it will make it more creative.
|
||||
|
||||
# Max tokens
|
||||
`quarkus.langchain4j.openai.chat-model.max-tokens` limits the length of the response.
|
||||
|
||||
# Frequency penalty
|
||||
`quarkus.langchain4j.openai.chat-model.frequency-penalty` defines how much the model should avoid repeating itself.
|
Loading…
Add table
Add a link
Reference in a new issue