Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,6 @@ def generate_chunked_response(prompt, max_tokens=1000, max_chunks=5, temperature
|
|
110 |
clean_response = clean_response.replace("Using the following context from the PDF documents:", "").strip()
|
111 |
|
112 |
return clean_response
|
113 |
-
print(inspect.signature(client.chat_completion))
|
114 |
|
115 |
def duckduckgo_search(query):
|
116 |
with DDGS() as ddgs:
|
|
|
110 |
clean_response = clean_response.replace("Using the following context from the PDF documents:", "").strip()
|
111 |
|
112 |
return clean_response
|
|
|
113 |
|
114 |
def duckduckgo_search(query):
|
115 |
with DDGS() as ddgs:
|