Skip to content

Commit

Permalink
fix: model params
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 committed Jan 23, 2025
1 parent 6f6e823 commit a58d1a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Dict

from dashscope import ImageSynthesis
from django.utils.translation import gettext as _
from django.utils.translation import gettext
from langchain_community.chat_models import ChatTongyi
from langchain_core.messages import HumanMessage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Dict

from dashscope import ImageSynthesis
from django.utils.translation import gettext as _
from django.utils.translation import gettext
from langchain_community.chat_models import ChatTongyi
from langchain_core.messages import HumanMessage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict

from django.utils.translation import gettext as _
from django.utils.translation import gettext
from langchain_community.chat_models import ChatZhipuAI
from langchain_core.messages import HumanMessage
from zhipuai import ZhipuAI
Expand Down

0 comments on commit a58d1a7

Please sign in to comment.