Skip to content

Commit

Permalink
Fix lint, remove unused deps (#18)
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
eyurtsev authored Oct 4, 2023
1 parent d3dd8e0 commit 08c3dd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/llm/server.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/usr/bin/env python
"""Example LangChain server exposes multiple runnables (LLMs in this case)."""
from typing import List, Union

from fastapi import FastAPI
from langchain.chat_models import ChatAnthropic, ChatOpenAI
from langchain.prompts.chat import ChatPromptValue
from langchain.schema.messages import HumanMessage, SystemMessage

from langserve import add_routes

Expand Down

0 comments on commit 08c3dd9

Please sign in to comment.