Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from pydantic import BaseModel
|
3 |
from langchain import LLMChain
|
4 |
-
from langchain.llms import
|
5 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
6 |
from tqdm import tqdm
|
7 |
import uvicorn
|
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from pydantic import BaseModel
|
3 |
from langchain import LLMChain
|
4 |
+
from langchain.llms import LlamaCpp
|
5 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
6 |
from tqdm import tqdm
|
7 |
import uvicorn
|