-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from jina-ai/docs-reader-lm-v2
docs: reader lm v2
- Loading branch information
Showing
3 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"model": "ReaderLM-v2", | ||
"prompt": "<html><head><title>Minimal Bullet Points</title></head><body><ul><li>hello</li><li>jina.ai</li></ul></body></html>", | ||
"stream": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"cmpl-45e7ff341f3d4084a33c0fe3ece009c6","object":"text_completion","created":1736918982,"model":"ReaderLM-v2","choices":[{"index":0,"text":"The provided HTML content is a simple list with two bullet points. Here's the minimal representation in Markdown:\n\n```markdown\n- hello\n- jina.ai\n```\n\nThis version only includes the essential elements of the original HTML, excluding any decorative or supplementary information. If you need to include additional text or formatting, please provide that as well.","logprobs":null,"finish_reason":"stop","stop_reason":null,"prompt_logprobs":null}],"usage":{"prompt_tokens":61,"total_tokens":131,"completion_tokens":70}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters