Divyanshh commited on
Commit
b0635f0
1 Parent(s): aa05e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ genai.configure(api_key=os.getenv('GOOGLE_API_KEY'))
20
 
21
  llm = genai.GenerativeModel('gemini-pro')
22
 
23
- instructor_embeddings = HuggingFaceInstructEmbeddings(model_name="hkunlp/instructor-base", model_kwargs={"device": "cpu"})
24
 
25
  # Streamlit UI
26
  st.title("AI Response Generator")
 
20
 
21
  llm = genai.GenerativeModel('gemini-pro')
22
 
23
+ instructor_embeddings = HuggingFaceInstructEmbeddings(model_name="hkunlp/instructor-large", model_kwargs={"device": "cpu"})
24
 
25
  # Streamlit UI
26
  st.title("AI Response Generator")