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 705538c commit bbb73b2Copy full SHA for bbb73b2
app/backend/approaches/approach.py
@@ -25,8 +25,8 @@
25
from openai.types.chat import ChatCompletionMessageParam
26
27
from approaches.promptmanager import PromptManager
28
-from core.authentication import AuthenticationHelper
29
from bing_client import WebPage
+from core.authentication import AuthenticationHelper
30
31
32
@dataclass
0 commit comments