Skip to content

Commit

Permalink
minor fix (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
nborthy authored Jul 28, 2023
1 parent 90f6ede commit 48ee414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/pages/Content/Knowledge/KnowledgeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function KnowledgeForm({
<Image width={20} height={20} src='/images/info.svg' alt="info-icon"/>
</div>
<div>
Currently we support Open AI “text-knowledge-ada-002” model knowledge only. Please make sure you add the same.
Currently we support Open AI “text-embedding-ada-002” model knowledge only. Please make sure you add the same.
</div>
</div>
</div>
Expand Down

0 comments on commit 48ee414

Please sign in to comment.