Update server.py
This commit is contained in:
parent
a973bf29a8
commit
566feae028
@ -2,6 +2,7 @@
|
|||||||
"""Example LangChain server exposes multiple runnables (LLMs in this case)."""
|
"""Example LangChain server exposes multiple runnables (LLMs in this case)."""
|
||||||
|
|
||||||
from fastapi import FastAPI
|
from fastapi import FastAPI
|
||||||
|
from fastapi.responses import RedirectResponse
|
||||||
from langchain_anthropic import ChatAnthropic
|
from langchain_anthropic import ChatAnthropic
|
||||||
from langchain_openai import ChatOpenAI
|
from langchain_openai import ChatOpenAI
|
||||||
from langchain_google_genai import ChatGoogleGenerativeAI
|
from langchain_google_genai import ChatGoogleGenerativeAI
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user