Omkar008 commited on
Commit
97c9bbb
·
verified ·
1 Parent(s): 270b9cf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -129,7 +129,7 @@ async def process_batch_job(dataset: Dict[str, Any]):
129
  text = adjust_prompt_tokens_v1(receipt_radar_prompt(receipt_text))
130
 
131
  task = {
132
- "custom_id": f"{message_id}__{user_id}__{email}",
133
  "method": "POST",
134
  "url": "/v1/chat/completions",
135
  "body": {
 
129
  text = adjust_prompt_tokens_v1(receipt_radar_prompt(receipt_text))
130
 
131
  task = {
132
+ "custom_id": f"{message_id}*{user_id}*{email}",
133
  "method": "POST",
134
  "url": "/v1/chat/completions",
135
  "body": {