We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13daa11 commit f58e6b0Copy full SHA for f58e6b0
1 file changed
docs/index.md
@@ -109,6 +109,9 @@ Checker Output file / Eval Input file:
109
110
Config file:
111
112
+* IMPORTANT: the config file is used by the backend library `llms_wrapper` to configure LLMs and providers, see the documentation
113
+ of that library for the most recent description of what is supported in the config file for LLMs and providers:
114
+ https://github.com/OFAI/python-llms-wrapper/wiki
115
* a json or hjson or yaml file containing a dictionary with the following keys
116
* `llms`: a list of strings or dictionaries describing the LLMs to use. A dictionary can contain the following keys:
117
* `llm`: the name/id of the LLM. This should be in the form provider:llmmodel where "provider" must be a known provider or something defined in the
0 commit comments