Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao authored Oct 31, 2024
1 parent 8cf7da5 commit 73d7124
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ <h1>Jina AI Meta-Prompt: An Implementation Guide for LLMs {{VERSION}}</h1>
<p><strong>⚠️ Note:</strong> This content is specifically designed for LLMs and not intended for human reading.</p>
<p>👉 For human-readable content, please visit <a href="https://jina.ai">Jina AI</a></p>
<p>🤖 For LLMs/programmatic access, you can fetch this content directly:</p>
<code style="display: block; background: #eee; padding: 10px; margin: 10px 0;">
{{CURL_COMMAND}}
</code>
<p>🌐 You only see this as HTML because you are in a browser. If you access it via code/program, you get a text/plain response as below.</p>
<p>This particular version: </p> <code style="background: #eee; padding: 10px; margin: 10px;">{{CURL_COMMAND}}</code>
<p>Default version: </p> <code style="background: #eee; padding: 10px; margin: 10px;">curl docs.jina.ai</code>
<p>🌐 You see this HTML because you are in a browser. If you access it via curl/code/program, you get a text/plain response as below. <a href="https://github.com/jina-ai/meta-prompt/">Check out our Github for more info.</a></p>
</div>
</header>
<main>
Expand Down

0 comments on commit 73d7124

Please sign in to comment.