Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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}
|
| 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": {
|