forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
7158d0ba1f
commit
b9710459d6
1 changed files with 1 additions and 2 deletions
|
@ -33,12 +33,11 @@ Supported LLMs: https://docs.litellm.ai/docs/providers
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Define the list of models to benchmark
|
# Define the list of models to benchmark
|
||||||
models = ['gpt-3.5-turbo', 'togethercomputer/llama-2-70b-chat', 'claude-2']
|
models = ['gpt-3.5-turbo', 'claude-2']
|
||||||
|
|
||||||
# Enter LLM API keys
|
# Enter LLM API keys
|
||||||
os.environ['OPENAI_API_KEY'] = ""
|
os.environ['OPENAI_API_KEY'] = ""
|
||||||
os.environ['ANTHROPIC_API_KEY'] = ""
|
os.environ['ANTHROPIC_API_KEY'] = ""
|
||||||
os.environ['TOGETHERAI_API_KEY'] = ""
|
|
||||||
|
|
||||||
# List of questions to benchmark (replace with your questions)
|
# List of questions to benchmark (replace with your questions)
|
||||||
questions = [
|
questions = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue