Shreyas094 commited on
Commit
c7c58a0
·
verified ·
1 Parent(s): 5158c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: