zeeshan391 commited on
Commit
e377021
·
verified ·
1 Parent(s): 128258c
Files changed (1) hide show
  1. app.py +1 -1
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