Skip to content

Commit

Permalink
chore(ai-help): fix typo in modal (#9792)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Oct 11, 2023
1 parent 5551811 commit 4ccfa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/plus/ai-help/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ export function AIHelpInner() {
</header>
<div className="modal-body">
<p>
Our AI Help feature employs GPT-3.5, a Language Learning
Model (LLM) developed by{" "}
Our AI Help feature employs GPT-3.5, a Large Language Model
(LLM) developed by{" "}
<a
href="https://platform.openai.com/docs/api-reference/models"
className="external"
Expand Down

0 comments on commit 4ccfa53

Please sign in to comment.