Skip to content

Commit

Permalink
Update llm_config_object.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aflament committed Jan 31, 2024
1 parent 893f657 commit f538413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/reference/llm/llm_config_object.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
.. autoclass:: council.llm.LLMConfigObject
```

The following code illustrates the way an LLM could be loaded from a YAML file.

```{eval-rst}
.. testcode::
from council.llm import AzureLLM, LLMConfigObject
llm_config = LLMConfigObject.from_yaml("filename.yaml")
Expand Down

0 comments on commit f538413

Please sign in to comment.