Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/simonff/jupyter-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
simonff committed Dec 29, 2023
2 parents adfcf55 + 0108860 commit 2ec28cd
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
Expand Up @@ -27,7 +27,6 @@
QianfanChatEndpoint,
)
from langchain.chat_models.base import BaseChatModel
from langchain_google_genai import ChatGoogleGenerativeAI
from langchain.llms import (
AI21,
Anthropic,
Expand All @@ -46,6 +45,7 @@
from langchain.pydantic_v1 import BaseModel, Extra, root_validator
from langchain.schema import LLMResult
from langchain.utils import get_from_dict_or_env
from langchain_google_genai import ChatGoogleGenerativeAI


class EnvAuthStrategy(BaseModel):
Expand Down

0 comments on commit 2ec28cd

Please sign in to comment.