Skip to content

Commit

Permalink
Revert extra line
Browse files Browse the repository at this point in the history
Use plural verb
  • Loading branch information
dyastremsky committed Nov 7, 2024
1 parent b2009cc commit 10a0fe3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion genai-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ AUTHENTICATION

## Authentication

GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API
GenAI-Perf can benchmark secure endpoints such as OpenAI, which require API
key authentication. To do so, you must add your API key directly in the command.
At the end of your command, append the below flags. Replace the key with your
API key. The `--` flag allows arguments to pass directly into Perf Analyzer in
Expand All @@ -327,6 +327,8 @@ superuser mode. The `-H` flag is used to add HTTP headers.
-- -H "Authorization: Bearer ${API_KEY}" -H "Accept: text/event-stream"
```

</br>

<!--
======================
METRICS
Expand Down
2 changes: 1 addition & 1 deletion templates/genai-perf-templates/README_template
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ AUTHENTICATION

## Authentication

GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API
GenAI-Perf can benchmark secure endpoints such as OpenAI, which require API
key authentication. To do so, you must add your API key directly in the command.
At the end of your command, append the below flags. Replace the key with your
API key. The `--` flag allows arguments to pass directly into Perf Analyzer in
Expand Down
1 change: 1 addition & 0 deletions templates/genai-perf-templates/tutorial_template
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ Example output:
│ Request throughput (per sec) │ 2.28 │ N/A │ N/A │ N/A │ N/A │ N/A │
└───────────────────────────────────┴────────┴────────┴────────┴────────┴────────┴────────┘
```

0 comments on commit 10a0fe3

Please sign in to comment.