mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-01 07:10:22 +00:00
@@ -43,6 +43,8 @@ def main():
|
||||
query = input("\nEnter a query: ")
|
||||
if query == "exit":
|
||||
break
|
||||
if query.strip() == "":
|
||||
continue
|
||||
|
||||
# Get the answer from the chain
|
||||
res = qa(query)
|
||||
|
Reference in New Issue
Block a user