Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from pydantic import BaseModel
|
3 |
-
from langchain_community.llms import LlamaCpp
|
4 |
from huggingface_hub.file_download import http_get
|
5 |
from llama_cpp import Llama
|
6 |
from langchain_core.callbacks import CallbackManager, StreamingStdOutCallbackHandler
|
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from pydantic import BaseModel
|
3 |
+
# from langchain_community.llms import LlamaCpp
|
4 |
from huggingface_hub.file_download import http_get
|
5 |
from llama_cpp import Llama
|
6 |
from langchain_core.callbacks import CallbackManager, StreamingStdOutCallbackHandler
|