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 a1898e8 commit 2800161Copy full SHA for 2800161
apps/application/models/application_chat.py
@@ -9,7 +9,7 @@
9
import uuid_utils.compat as uuid
10
from django.contrib.postgres.fields import ArrayField
11
from django.db import models
12
-from django.utils.translation import gettext_lazy as _
+from django.utils.translation import gettext as _
13
from langchain_core.messages import HumanMessage, AIMessage
14
15
from application.models import Application
0 commit comments