mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-15 20:25:51 +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' }
|
||||
},
|
||||
'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',
|
||||
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`,
|
||||
|
||||
options: {
|
||||
// system: 'You are an AI assistant developed by Jina AI',
|
||||
// system: 'You are an AI assistant developed by VENDOR_NAME',
|
||||
stream: true,
|
||||
modelSpecific: {
|
||||
top_k: 1,
|
||||
@ -119,7 +119,7 @@ export class LmControl extends AsyncService {
|
||||
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` : ''}`,
|
||||
options: {
|
||||
// system: 'You are an AI assistant developed by Jina AI',
|
||||
// system: 'You are an AI assistant developed by VENDOR_NAME',
|
||||
stream: true,
|
||||
modelSpecific: {
|
||||
top_k: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user