Skip to content

Commit

Permalink
Fix CSV path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed May 24, 2024
1 parent 83271fc commit 912acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scripts/hubgpt_eval_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import requests
from slack_sdk import WebClient

CSV_PATH = "/app/scipts/hubgpt_eval.csv"
CSV_PATH = "/app/scripts/hubgpt_eval.csv"

def create_new_chat_session(danswer_url: str, api_key: str | None) -> int:
headers = {"Authorization": f"Bearer {api_key}"} if api_key else None
Expand Down

0 comments on commit 912acac

Please sign in to comment.