Skip to content

Commit

Permalink
add links to info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ej52 committed Nov 5, 2023
1 parent e0a92c4 commit ec2a9d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ Options for Ollama Conversation can be set via the user interface, by taking the
| Temperature | The temperature of the model. A higher value (e.g., 0.95) will lead to more unexpected results, while a lower value (e.g. 0.5) will be more deterministic results. |
| Top K | Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative. |
| Top P | Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. |

***

[ollama]: https://ollama.ai/
[ollama-github]: https://github.com/jmorganca/ollama
[sentence-trigger]: https://www.home-assistant.io/docs/automation/trigger/#sentence-trigger

0 comments on commit ec2a9d8

Please sign in to comment.