Skip to content

Commit

Permalink
Add langchain Google import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonff committed Dec 29, 2023
1 parent c5006f0 commit 2fa0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
foo
import asyncio
import base64
import copy
Expand Down Expand Up @@ -27,6 +26,7 @@
QianfanChatEndpoint,
)
from langchain.chat_models.base import BaseChatModel
from langchain_google_genai import ChatGoogleGenerativeAI
from langchain.llms import (
AI21,
Anthropic,
Expand Down

0 comments on commit 2fa0ec9

Please sign in to comment.