Skip to content

Commit

Permalink
Update llm_synthetic_participant.md
Browse files Browse the repository at this point in the history
  • Loading branch information
musslick authored Nov 26, 2024
1 parent ba87383 commit 597d298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/User Guide/llm_synthetic_participant.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ train_block = Block(event_sequence, timeline)
experiment = Experiment([train_block])
```

To test what the LLM "sees", we can run the experiment as chat on ourselves. If we set multitude to true we will not see
To test what the LLM "sees", we can run the experiment as chat on ourselves. If we set ``multiturn`` to true we will not see
the full chat history but only the last generated prompt.

```python
Expand Down Expand Up @@ -133,5 +133,5 @@ data = experiment.run_on_language(get_input=generate, multiturn=False)
**Note**: The `run_on_language` function will return a dictionary with the data from the experiment. Any model
(for example,
using [OpenAI](https://platform.openai.com/docs/overview), [HuggingFace](https://huggingface.co/), [LLama](https://www.llama-api.com/)
or [Google](https://console.cloud.google.com/apis/library) Api) can be used as a synthetic participant.
or [Google](https://console.cloud.google.com/apis/library) API) can be used as a synthetic participant.

0 comments on commit 597d298

Please sign in to comment.