We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9506d commit c9b4262Copy full SHA for c9b4262
aperag/rank/reranker.py
@@ -75,7 +75,7 @@ async def rank(self, query, results: List[DocumentWithScore]):
75
}
76
headers = {
77
"Content-Type": "application/json",
78
- "Authorization": f"Bearer ${self.auth_token}"
+ "Authorization": f"Bearer {self.auth_token}"
79
80
async with aiohttp.ClientSession() as session:
81
async with session.post(self.url, headers=headers, json=body) as resp:
0 commit comments