We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55636c commit fe706fdCopy full SHA for fe706fd
1 file changed
services/L_Llm.py
@@ -223,6 +223,8 @@ def describeImage(prompt):
223
cfg.defaultImagePrompt = u"Sempre responda em português. O que você vê?"
224
if runtime.getLocale().getTag() == ru:
225
cfg.defaultImagePrompt = u"Всегда отвечайте на русском языке. Что ты видишь?"
226
+ if runtime.getLocale().getTag() == sl:
227
+ cfg.defaultImagePrompt = u"Vedno odgovori v slovenščini. Kaj je ta slika?"
228
if runtime.getLocale().getTag() == tr:
229
cfg.defaultImagePrompt = u"Daima Türkçe yanıt verin. Ne görüyorsun?"
230
if cfg.url == None or cfg.url == "http://localhost:11434/api/generate" or cfg.url == "http://localhost:11434/v1/chat/completions":
@@ -250,3 +252,4 @@ def describeImage(prompt):
250
252
251
253
254
255
+
0 commit comments