-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add authentication instructions to GenAI-Perf tutorial #170
Conversation
genai-perf/docs/tutorial.md
Outdated
@@ -163,6 +163,17 @@ Example output: | |||
└───────────────────────────────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┘ | |||
``` | |||
|
|||
### Running with Authentication | |||
GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API | |||
key authentication. To do so, you can add your API key directly in the command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can -> must
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice suggestion, updated!
genai-perf/docs/tutorial.md
Outdated
|
||
### Running with Authentication | ||
GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API | ||
key authentication. To do so, you can add your API key directly in the command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can -> must
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice suggestion, updated.
@@ -163,6 +163,17 @@ Example output: | |||
└───────────────────────────────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┘ | |||
``` | |||
|
|||
### Running with Authentication | |||
GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API | |||
key authentication. To do so, you can add your API key directly in the command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can -> must
@@ -201,3 +212,13 @@ Example output: | |||
└───────────────────────────────────┴────────┴────────┴────────┴────────┴────────┴────────┘ | |||
``` | |||
|
|||
### Running with Authentication | |||
GenAI-Perf can benchmark secure endpoints such as OpenAI, which requires API | |||
key authentication. To do so, you can add your API key directly in the command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can -> must
Use plural verb
0971685
to
10a0fe3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Add instructions for benchmarking an actual OpenAI endpoint or any endpoint requiring authentication to the GenAI-Perf tutorial. This can be done by passing the token in via the HTTP headers.