Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Dec 15, 2024
1 parent 0c3dab8 commit e81a5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/onyx/seeding/personas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ personas:
- id: 0
name: "Search"
description: >
Assistant with access to documents from your Connected Sources.
Assistant with access to documents and knowledge from Connected Sources.
# Default Prompt objects attached to the persona, see prompts.yaml
prompts:
- "Answer-Question"
Expand Down Expand Up @@ -54,7 +54,7 @@ personas:
- id: 1
name: "General"
description: >
Assistant with no access to documents. Chat with just the Large Language Model.
Assistant with no search functionalities. Chat directly with the Large Language Model.
prompts:
- "OnlyLLM"
num_chunks: 0
Expand Down

0 comments on commit e81a5f3

Please sign in to comment.