first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": "123",
|
||||
"object": "chat.completion",
|
||||
"created": 1746186539,
|
||||
"system_fingerprint": "fp_123",
|
||||
"choices": [
|
||||
{
|
||||
"index": 0,
|
||||
"message": {
|
||||
"role": "assistant",
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
"type": "text",
|
||||
"annotations": [
|
||||
{
|
||||
"type": "url_citation",
|
||||
"url_citation": {
|
||||
"title": "Lorem ipsum dolor sit amet",
|
||||
"exactQuote": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
|
||||
"url": "https://some.referenced.site.com/article",
|
||||
"dateTime": "Aug 30, 2024"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"logprobs": null,
|
||||
"finish_reason": "stop"
|
||||
}
|
||||
],
|
||||
"usage": {
|
||||
"prompt_tokens": 123,
|
||||
"completion_tokens": 456,
|
||||
"total_tokens": 579
|
||||
},
|
||||
"visitedURLs": ["https://first.com/some/path", "https://second.com/?foo=bar"],
|
||||
"readURLs": ["https://example.com", "https://example.com/2", "https://some.other.site.com/path"],
|
||||
"numURLs": 5
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"code": 200,
|
||||
"status": 20000,
|
||||
"data": {
|
||||
"title": "Jina AI - Your Search Foundation, Supercharged.",
|
||||
"url": "https://jina.ai/",
|
||||
"description": "Best-in-class embeddings, rerankers, web crawler scraper, deepsearch, small LMs. The search AI for multilingual and multimodal data.",
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
"usage": {
|
||||
"tokens": 123
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"usage": {
|
||||
"tokens": 123
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"code": 200,
|
||||
"status": 20000,
|
||||
"data": [
|
||||
{
|
||||
"title": "Jina AI - Your Search Foundation, Supercharged.",
|
||||
"url": "https://jina.ai/",
|
||||
"description": "Best-in-class embeddings, rerankers, web crawler scraper, deepsearch, small LMs. The search AI for multilingual and multimodal data.",
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
"usage": {
|
||||
"tokens": 123
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "Jina AI",
|
||||
"url": "https://github.com/jina-ai",
|
||||
"description": "Your Search Foundation, Supercharged! Jina AI has 243 repositories available. Follow their code on GitHub.",
|
||||
"date": "Mar 24, 2025",
|
||||
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
"usage": {
|
||||
"tokens": 123
|
||||
}
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"usage": {
|
||||
"tokens": 246
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user