nhathuy07 commited on
Commit
75f5c1d
·
verified ·
1 Parent(s): 215d918

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -4,6 +4,8 @@ from starlette.routing import Route
4
  from starlette.middleware import Middleware
5
  from starlette.middleware.cors import CORSMiddleware
6
  from starlette.middleware.base import BaseHTTPMiddleware
 
 
7
  from gensim.models import KeyedVectors
8
  """Prompt templates for LLM"""
9
  from env import LLM_API_KEY
 
4
  from starlette.middleware import Middleware
5
  from starlette.middleware.cors import CORSMiddleware
6
  from starlette.middleware.base import BaseHTTPMiddleware
7
+ from starlette.exceptions import HTTPException
8
+
9
  from gensim.models import KeyedVectors
10
  """Prompt templates for LLM"""
11
  from env import LLM_API_KEY