File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ Checker Output file / Eval Input file:
109109
110110Config file:
111111
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
112115* a json or hjson or yaml file containing a dictionary with the following keys
113116* ` llms ` : a list of strings or dictionaries describing the LLMs to use. A dictionary can contain the following keys:
114117 * ` 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
You can’t perform that action at this time.
0 commit comments