private-gpt/fern/docs/pages
Gianni Acquisto 9c192ddd73
Added max_new_tokens as a config option to llm yaml block (#1317)
* added max_new_tokens as a configuration option to the llm block in settings

* Update fern/docs/pages/manual/settings.mdx

Co-authored-by: lopagela <lpglm@orange.fr>

* Update private_gpt/settings/settings.py

Add default value for max_new_tokens = 256

Co-authored-by: lopagela <lpglm@orange.fr>

* Addressed location of docs comment

* reformatting from running 'make check'

* remove default config value from settings.yaml

---------

Co-authored-by: lopagela <lpglm@orange.fr>
2023-11-26 19:17:29 +01:00
..
api-reference Refactor documentation architecture (#1264) 2023-11-19 18:46:09 +01:00
installation Added max_new_tokens as a config option to llm yaml block (#1317) 2023-11-26 19:17:29 +01:00
manual Adding docs about embeddings settings + adding the embedding.mode: local in mock profile (#1316) 2023-11-26 17:32:11 +01:00
overview Refactor documentation architecture (#1264) 2023-11-19 18:46:09 +01:00
recipes Multi language support - fern debug (#1307) 2023-11-25 14:34:23 +01:00