Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ file_path = "faiss_store_openai.pkl"
|
|
| 24 |
main_placeholder = st.empty()
|
| 25 |
llm = ChatGroq(
|
| 26 |
api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
|
| 27 |
-
model_name="
|
| 28 |
)
|
| 29 |
|
| 30 |
def fetch_web_content(url):
|
|
|
|
| 24 |
main_placeholder = st.empty()
|
| 25 |
llm = ChatGroq(
|
| 26 |
api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
|
| 27 |
+
model_name="llama-3.1-8b-instant"
|
| 28 |
)
|
| 29 |
|
| 30 |
def fetch_web_content(url):
|