Skip to content

Commit f58e6b0

Browse files
committed
Update docs
Add pointer to the config file documentation of llms_wrapepr
1 parent 13daa11 commit f58e6b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ Checker Output file / Eval Input file:
109109

110110
Config 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

0 commit comments

Comments
 (0)