callforAgentTesting
Test Addresses
Mac ARM Test Address
Mac x86 Test Address
Linux Test Address
Test Objectives
-
How many languages can DeepSeek support for translation?
-
The robustness of the current system prompt.
https://github.com/SamYuan1990/i18n-agent-action/blob/main/Business/translateConfig.py#L67-L89 -
Consistency of development frameworks like Flet across platforms (Mac, Linux). Personally, I believe future AI Agents will support various integration methods. Therefore, if frameworks like Flet can enable cross-platform compilation and building from a single codebase to deliver a consistent user experience, it would be a great choice.
Test Steps and Scope
My personal computer is a Mac x86, so I will use it as a reference.
- Download and install the software.
You may encounter trust issues with the signature. Try a few times if needed.
- Configure a DeepSeek API key.
Please refer to https://api-docs.deepseek.com/zh-cn/ or create one via the web platform.
Of course, everyone is also welcome to use their existing OpenAI-format large language models to expand the testing scope.
-
Configure the large language model access information and save it.
-
Enter the content to be translated and click "Translate" to wait for the result (note: voice output is enabled by default).
-
Optional feature: Reserved words.
Back to Step 1, adding reserved word and reproduce to step 4.