We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f871f4d commit b2e7ab8Copy full SHA for b2e7ab8
app/backend/approaches/chatreadretrieveread.py
@@ -8,7 +8,7 @@
8
from text import nonewlines
9
10
class ChatReadRetrieveReadApproach(Approach):
11
- #Chat roles
+ # Chat roles
12
SYSTEM = "system"
13
USER = "user"
14
ASSISTANT = "assistant"
0 commit comments