Skip to content

Commit

Permalink
Update shared_resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone authored Apr 4, 2024
1 parent 3b3fb09 commit d23f966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import glob
import json
from typing import List, Tuple, Dict
from langchain.embeddings import LlamaCppEmbeddings
from langchain_community.embeddings import LlamaCppEmbeddings
from decouple import config
from fastapi import HTTPException

Expand Down Expand Up @@ -150,4 +150,4 @@ def load_model(llm_model_name: str, raise_http_exception: bool = True):
else:
raise FileNotFoundError(f"No model file found matching: {llm_model_name}")



0 comments on commit d23f966

Please sign in to comment.