[GH-ISSUE #8526] how to get English output #83182

Closed
opened 2026-05-09 17:25:53 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jarkkop on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8526

What is the issue?

M:\AI\ollama>ollama run deepseek-r1:7b

list philosophers

Here is a list of some of the most influential and notable philosophers throughout history, organized by era and
region:

Ancient Philosophy (c. 600–321 BCE)

  • Thales of Miletus (c. 624–548 BCE):被认为是第一个哲学家,提出“万物源于水”的学说。
  • Anaximander of Miletus (c. 570–495 BCE): 提出“无限”概念,并认为万物起源于自然。
  • Anaximenes of Mileti (c. 510–441 BCE): 认为万物来源于某种原始物质,如“air”(空气)。

OS

Microsoft Windows [Version 10.0.22635.4800]

GPU

NVIDIA GeForce GTX 1660 SUPER

CPU

Processor AMD Ryzen 7 3700X 8-Core Processor, 3600 Mhz, 8 Core(s), 16 Logical Processor(s)

Ollama version

ollama version is 0.5.7

Originally created by @jarkkop on GitHub (Jan 22, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8526 ### What is the issue? M:\AI\ollama>ollama run deepseek-r1:7b >>> list philosophers <think> </think> Here is a list of some of the most influential and notable philosophers throughout history, organized by era and region: ### Ancient Philosophy (c. 600–321 BCE) - **Thales of Miletus** (c. 624–548 BCE):被认为是第一个哲学家,提出“万物源于水”的学说。 - **Anaximander of Miletus** (c. 570–495 BCE): 提出“无限”概念,并认为万物起源于自然。 - **Anaximenes of Mileti** (c. 510–441 BCE): 认为万物来源于某种原始物质,如“air”(空气)。 ### OS Microsoft Windows [Version 10.0.22635.4800] ### GPU NVIDIA GeForce GTX 1660 SUPER ### CPU Processor AMD Ryzen 7 3700X 8-Core Processor, 3600 Mhz, 8 Core(s), 16 Logical Processor(s) ### Ollama version ollama version is 0.5.7
GiteaMirror added the bug label 2026-05-09 17:25:53 -05:00
Author
Owner

@SethBurkart123 commented on GitHub (Jan 22, 2025):

This is actually related to the specific model rather than ollama. But you can try setting a system prompt to instruct the model to respond in English only. Try typing the following command:

/set system You are an AI assistant. Please respond in English only, regardless of the input language.

This might help guide the model to provide responses exclusively in English, but keep in mind this isn't an issue with ollama.

<!-- gh-comment-id:2606254023 --> @SethBurkart123 commented on GitHub (Jan 22, 2025): This is actually related to the specific model rather than ollama. But you can try setting a system prompt to instruct the model to respond in English only. Try typing the following command: /set system You are an AI assistant. Please respond in English only, regardless of the input language. This might help guide the model to provide responses exclusively in English, but keep in mind this isn't an issue with ollama.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#83182