{title}

{content}
“””

article = deepseek.generate_text(prompt)
return article

示例数据

title = “DeepSeek Challenges ChatGPT and Google”
description = “DeepSeek’s latest update, R1-0528, poses a significant challenge to OpenAI’s GPT-4o and Google’s Gemini.”
content = “””

Introduction

This is the introduction to the article about DeepSeek.

Performance Improvements

DeepSeek R1-0528 achieves significant performance improvements in complex reasoning.

Open Source Approach

Unlike OpenAI, DeepSeek has chosen an open-source approach.
“””

生成希伯来语文章

hebrew_article = generate_hebrew_article(title, description, content)
print(hebrew_article)