Skip to content

add cn docs translated by gpt 5.5#222

Open
buliugu wants to merge 1 commit into
FlowiseAI:mainfrom
buliugu:main
Open

add cn docs translated by gpt 5.5#222
buliugu wants to merge 1 commit into
FlowiseAI:mainfrom
buliugu:main

Conversation

@buliugu

@buliugu buliugu commented Jul 16, 2026

Copy link
Copy Markdown

Based on the English version, a Simplified Chinese version was generated throughout using GPT-5.5 translation. The image resources have not been replaced.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds several chatflow and agent configuration JSON files, along with an SVG logo, to the Simplified Chinese translation assets directory (cn/.gitbook/assets/). However, a critical security issue was identified regarding a hardcoded OpenAI API key in the OpenAPI Toolkit with ToolAgent Chatflow file. Additionally, the newly added JSON files are entirely in English and lack the expected Chinese translations.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

"inputAnchors": [],
"inputs": {
"returnDirect": "",
"headers": "{\"Authorization\":\"Bearer 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\"}",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

A hardcoded OpenAI API key (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) was found in the headers of the OpenAPI Toolkit node. This key must be revoked immediately to prevent unauthorized usage and billing charges. Please replace it with a placeholder or use environment variables/credentials to manage sensitive keys.

Suggested change
"headers": "{\"Authorization\":\"Bearer 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\"}",
"headers": "{\"Authorization\":\"Bearer YOUR_OPENAI_API_KEY\"}",

@@ -0,0 +1,2168 @@
{
"description": "An agent based approach using AgentflowV2 to perform self-correcting question answering over documents",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request title and description state that these files are Simplified Chinese translations of the English documentation. However, the newly added JSON files under the cn/ directory (such as cn/.gitbook/assets/Agentic RAG V2.json) are entirely in English and contain no translated Chinese text. Please ensure that the translated versions of these files are committed instead of the original English ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant