mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-15 21:55:56 +08:00
docs: be neutral on brand
This commit is contained in:
parent
d71c89a79c
commit
ce11f44b92
@ -128,7 +128,7 @@ class Viewport extends AutoCastable {
|
|||||||
schema: { type: 'string' }
|
schema: { type: 'string' }
|
||||||
},
|
},
|
||||||
'X-Proxy': {
|
'X-Proxy': {
|
||||||
description: `Use a proxy server provided by Jina AI.\n\nOptionally specify two-letter country code.`,
|
description: `Use a proxy server provided by us.\n\nOptionally specify two-letter country code.`,
|
||||||
in: 'header',
|
in: 'header',
|
||||||
schema: { type: 'string' }
|
schema: { type: 'string' }
|
||||||
},
|
},
|
||||||
|
@ -80,7 +80,7 @@ export class LmControl extends AsyncService {
|
|||||||
prompt: `Extract the main content from the given HTML and convert it to Markdown format.\n\n${tripleBackTick}html\n${html}\n${tripleBackTick}\n`,
|
prompt: `Extract the main content from the given HTML and convert it to Markdown format.\n\n${tripleBackTick}html\n${html}\n${tripleBackTick}\n`,
|
||||||
|
|
||||||
options: {
|
options: {
|
||||||
// system: 'You are an AI assistant developed by Jina AI',
|
// system: 'You are an AI assistant developed by VENDOR_NAME',
|
||||||
stream: true,
|
stream: true,
|
||||||
modelSpecific: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
@ -119,7 +119,7 @@ export class LmControl extends AsyncService {
|
|||||||
const it = this.commonLLM.iterRun('readerlm-v2', {
|
const it = this.commonLLM.iterRun('readerlm-v2', {
|
||||||
prompt: `${instruction}\n\n${tripleBackTick}html\n${html}\n${tripleBackTick}\n${schema ? `The JSON schema:\n${tripleBackTick}json\n${schema}\n${tripleBackTick}\n` : ''}`,
|
prompt: `${instruction}\n\n${tripleBackTick}html\n${html}\n${tripleBackTick}\n${schema ? `The JSON schema:\n${tripleBackTick}json\n${schema}\n${tripleBackTick}\n` : ''}`,
|
||||||
options: {
|
options: {
|
||||||
// system: 'You are an AI assistant developed by Jina AI',
|
// system: 'You are an AI assistant developed by VENDOR_NAME',
|
||||||
stream: true,
|
stream: true,
|
||||||
modelSpecific: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user