Skip to content

Commit

Permalink
Ready for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed May 24, 2024
1 parent a7ba90a commit 3998d17
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions backend/scripts/hubgpt_eval_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,9 @@ def upload_to_slack(filename, channel_id):

for num, query in enumerate(queries_list):
print(f"Query {num+1}/{len(queries_list)}: {query}")
# response = process_question(danswer_url="https:/CSV_PATHdinsight.io",
# question=query,
# api_key=None)
response = 1
print(response)
response = process_question(
danswer_url=os.getenv("WEB_DOMAIN"), question=query, api_key=None
)
responses.append(response)
print("\n ------------------- \n")

Expand Down

0 comments on commit 3998d17

Please sign in to comment.