Spaces:
Runtime error
Runtime error
Update chatbot_pdf_search
Browse files- chatbot_pdf_search +0 -4
chatbot_pdf_search
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
from transformers import pipeline
|
3 |
-
import PyPDF2
|
4 |
-
import requests
|
5 |
|
6 |
# Constants
|
7 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions" # Replace with your Groq endpoint
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Constants
|
3 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions" # Replace with your Groq endpoint
|