Skip to content

Commit

Permalink
refactor: remove unused code lines
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
nsavinda and coderabbitai[bot] authored Jun 14, 2024
1 parent 6061e3f commit 8366393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import json
from langchain_openai import OpenAIEmbeddings, ChatOpenAI
from langchain_pinecone import PineconeVectorStore
from pinecone import Pinecone
from langchain_core.pydantic_v1 import BaseModel, Field
from langchain_core.output_parsers import JsonOutputParser
from langchain.prompts import PromptTemplate
Expand Down

0 comments on commit 8366393

Please sign in to comment.