From 10a0fe39a9835ef85ce830f1e6d21f5a90c5024f Mon Sep 17 00:00:00 2001 From: David Yastremsky Date: Thu, 7 Nov 2024 15:21:44 -0800 Subject: [PATCH] Revert extra line Use plural verb --- genai-perf/README.md | 4 +++- templates/genai-perf-templates/README_template | 2 +- templates/genai-perf-templates/tutorial_template | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/genai-perf/README.md b/genai-perf/README.md index 9097cb5c..24e2bb72 100644 --- a/genai-perf/README.md +++ b/genai-perf/README.md @@ -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 @@ -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" ``` +
+