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 f0b261c commit 24787ecCopy full SHA for 24787ec
web-apps/chat/app.py
@@ -5,7 +5,7 @@
5
from urllib.parse import urljoin
6
from langchain.schema import HumanMessage, AIMessage, SystemMessage
7
from langchain_openai import ChatOpenAI
8
-from typing import Dict, List
+from typing import Dict
9
from pydantic import BaseModel, ConfigDict
10
11
log = utils.get_logger()
0 commit comments