rajrakeshdr commited on
Commit
04b4725
·
verified ·
1 Parent(s): 1071d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,4 +1,7 @@
1
- from fastapi import FastAPI, HTTPException from pydantic import BaseModel from langchain_groq import ChatGroq from langchain.chains import LLMChain
 
 
 
2
  from langchain.prompts import PromptTemplate import os
3
  # Initialize FastAPI app
4
  app = FastAPI()
 
1
+ from fastapi import FastAPI, HTTPException
2
+ from pydantic import BaseModel
3
+ from langchain_groq import ChatGroq
4
+ from langchain.chains import LLMChain
5
  from langchain.prompts import PromptTemplate import os
6
  # Initialize FastAPI app
7
  app = FastAPI()