Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
steventkrawczyk committed Jul 26, 2023
1 parent 1ec5b05 commit 196f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OpenAI, Anthropic, or LLaMA models). You can even evaluate the retrieval accurac

```python
prompts = ["Tell me a joke.", "Is 17077 a prime number?"]
models = ["gpt-3.5-turbo", "gpt-4"]
models = ["gpt-3.5-turbo", "gp t-4"]
temperatures = [0.0]
openai_experiment = OpenAIChatExperiment(models, prompts, temperature=temperatures)
openai_experiment.run()
Expand Down

0 comments on commit 196f017

Please sign in to comment.