docs: be neutral on brand

This commit is contained in:
yanlong.wang 2025-03-10 16:58:20 +08:00
parent d71c89a79c
commit ce11f44b92
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 3 additions and 3 deletions

View File

@ -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' }
}, },

View File

@ -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,