Skip to content

Commit

Permalink
Add information for users providing their own keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Aug 31, 2024
1 parent 29f2b3d commit a9cdce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gened/templates/instructor_class_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ <h2 class="title is-size-4 mt-5">Language Model</h2>
<div class="field is-horizontal">
<div class="field-label is-normal">
<label class="label">OpenAI API Key:</label>
<p class="help-text">Your key must be in a <a href="https://platform.openai.com/docs/guides/rate-limits/usage-tiers">usage tier</a> that allows for the level of usage you expect. The free tier does not support the models used here.</p>
<p class="help-text">If blank, users in this class will not be able to submit queries.</p>
</div>
<div class="field-body">
Expand Down

0 comments on commit a9cdce4

Please sign in to comment.