diff --git a/agbenchmark/utils/get_data_from_helicone.py b/agbenchmark/utils/get_data_from_helicone.py index 1fa6e0e4..754a1341 100644 --- a/agbenchmark/utils/get_data_from_helicone.py +++ b/agbenchmark/utils/get_data_from_helicone.py @@ -12,7 +12,7 @@ def get_data_from_helicone(challenge: str) -> Optional[float]: url = "https://www.helicone.ai/api/graphql" # Set the headers, usually you'd need to set the content type and possibly an authorization token - headers = {"authorization": "Bearer {os.environ.get('HELICONE_API_KEY')}"} + headers = {"authorization": f"Bearer {os.environ.get('HELICONE_API_KEY')}"} # Define the query, variables, and operation name query = """