Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston-503 committed Nov 18, 2024
1 parent 1ff3ad8 commit 89f0996
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/configs/llm-config-groq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ spec:
apiKey:
fromEnvVar: GROQ_API_KEY
parameters:
maxTokens: 128
seed: 42
temperature: 0
12 changes: 12 additions & 0 deletions docs/source/reference/llm/groq_llm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GroqLLM

```{eval-rst}
.. autoclasstree:: council.llm.GroqLLM
:full:
:namespace: council
```

```{eval-rst}
.. autoclass:: council.llm.GroqLLM
:member-order: bysource
```
6 changes: 6 additions & 0 deletions docs/source/reference/llm/groq_llm_configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# GroqLLMConfiguration

```{eval-rst}
.. autoclass:: council.llm.GroqLLMConfiguration
:member-order: bysource
```

0 comments on commit 89f0996

Please sign in to comment.