Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix: fix google gemini output relative issue #6970

Merged
merged 5 commits into from
Mar 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locales/ar/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "نموذج مخصص، الإعداد الافتراضي يدعم الاستدعاء الوظيفي والتعرف البصري، يرجى التحقق من قدرة النموذج على القيام بذلك بناءً على الحالة الفعلية",
"file": "يدعم هذا النموذج قراءة وتعرف الملفات المرفوعة",
"functionCall": "يدعم هذا النموذج استدعاء الوظائف",
"imageOutput": "يدعم هذا النموذج إنشاء الصور",
"reasoning": "يدعم هذا النموذج التفكير العميق",
"search": "يدعم هذا النموذج البحث عبر الإنترنت",
"tokens": "يدعم هذا النموذج حتى {{tokens}} رمزًا في جلسة واحدة",
Expand Down
3 changes: 3 additions & 0 deletions locales/ar/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "نموذج جمنيس 2.0 فلاش، تم تحسينه لتحقيق أهداف مثل الكفاءة من حيث التكلفة وانخفاض الكمون."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "نموذج تجريبي Gemini 2.0 Flash، يدعم توليد الصور"
},
"gemini-2.0-flash-lite": {
"description": "نموذج جمنّي 2.0 فلاش هو نسخة معدلة، تم تحسينها لتحقيق الكفاءة من حيث التكلفة والحد من التأخير."
},
Expand Down
1 change: 1 addition & 0 deletions locales/bg-BG/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Потребителски модел, по подразбиране поддържа функционалност за функционални обаждания и визуално разпознаване, моля, потвърдете наличието на тези възможности спрямо реалните условия",
"file": "Този модел поддържа качване на файлове и разпознаване",
"functionCall": "Този модел поддържа функционални обаждания (Function Call)",
"imageOutput": "Този модел поддържа генериране на изображения",
"reasoning": "Този модел поддържа дълбочинно мислене",
"search": "Този модел поддържа търсене в мрежата",
"tokens": "Този модел поддържа до {{tokens}} токена за една сесия",
Expand Down
3 changes: 3 additions & 0 deletions locales/bg-BG/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash моделна вариация, оптимизирана за икономичност и ниска латентност."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash експериментален модел, който поддържа генериране на изображения"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash е вариант на модела, оптимизиран за икономичност и ниска латентност."
},
Expand Down
1 change: 1 addition & 0 deletions locales/de-DE/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Benutzerdefiniertes Modell, standardmäßig unterstützt es sowohl Funktionsaufrufe als auch visuelle Erkennung. Bitte überprüfen Sie die Verfügbarkeit dieser Fähigkeiten basierend auf den tatsächlichen Gegebenheiten.",
"file": "Dieses Modell unterstützt das Hochladen von Dateien und deren Erkennung.",
"functionCall": "Dieses Modell unterstützt Funktionsaufrufe.",
"imageOutput": "Dieses Modell unterstützt die Generierung von Bildern",
"reasoning": "Dieses Modell unterstützt tiefes Denken",
"search": "Dieses Modell unterstützt die Online-Suche",
"tokens": "Dieses Modell unterstützt maximal {{tokens}} Tokens pro Sitzung.",
Expand Down
3 changes: 3 additions & 0 deletions locales/de-DE/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash-Modellvariante, die auf Kosteneffizienz und niedrige Latenz optimiert ist."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash Experimentmodell, das die Bildgenerierung unterstützt"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash ist eine Modellvariante, die auf Kosteneffizienz und niedrige Latenz optimiert ist."
},
Expand Down
1 change: 1 addition & 0 deletions locales/en-US/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Custom model, by default, supports both function call and visual recognition. Please verify the availability of the above capabilities based on actual situations.",
"file": "This model supports file upload for reading and recognition.",
"functionCall": "This model supports function call.",
"imageOutput": "This model supports image generation",
"reasoning": "This model supports deep thinking",
"search": "This model supports online search",
"tokens": "This model supports up to {{tokens}} tokens in a single session.",
Expand Down
3 changes: 3 additions & 0 deletions locales/en-US/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash model variant optimized for cost-effectiveness and low latency."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash experimental model, supports image generation"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash is a variant of the model optimized for cost-effectiveness and low latency."
},
Expand Down
1 change: 1 addition & 0 deletions locales/es-ES/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Modelo personalizado: admite llamadas de función y reconocimiento visual. Verifique la disponibilidad de estas capacidades según sea necesario.",
"file": "Este modelo admite la carga y reconocimiento de archivos.",
"functionCall": "Este modelo admite llamadas de función.",
"imageOutput": "Este modelo admite la generación de imágenes",
"reasoning": "Este modelo admite un pensamiento profundo",
"search": "Este modelo admite búsqueda en línea",
"tokens": "Este modelo admite un máximo de {{tokens}} tokens por sesión.",
Expand Down
3 changes: 3 additions & 0 deletions locales/es-ES/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Variante del modelo Gemini 2.0 Flash, optimizada para objetivos como la rentabilidad y la baja latencia."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Modelo experimental Gemini 2.0 Flash, que admite la generación de imágenes"
},
"gemini-2.0-flash-lite": {
"description": "Variante del modelo Gemini 2.0 Flash, optimizada para objetivos como la rentabilidad y la baja latencia."
},
Expand Down
1 change: 1 addition & 0 deletions locales/fa-IR/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "مدل سفارشی، تنظیمات پیش‌فرض از فراخوانی توابع و تشخیص بصری پشتیبانی می‌کند، لطفاً قابلیت‌های فوق را بر اساس شرایط واقعی بررسی کنید",
"file": "این مدل از بارگذاری و شناسایی فایل‌ها پشتیبانی می‌کند",
"functionCall": "این مدل از فراخوانی توابع (Function Call) پشتیبانی می‌کند",
"imageOutput": "این مدل از تولید تصویر پشتیبانی می‌کند",
"reasoning": "این مدل از تفکر عمیق پشتیبانی می‌کند",
"search": "این مدل از جستجوی آنلاین پشتیبانی می‌کند",
"tokens": "این مدل در هر جلسه حداکثر از {{tokens}} توکن پشتیبانی می‌کند",
Expand Down
3 changes: 3 additions & 0 deletions locales/fa-IR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "مدل متغیر Gemini 2.0 Flash که برای بهینه‌سازی هزینه و تأخیر کم طراحی شده است."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "مدل آزمایشی Gemini 2.0 Flash، از تولید تصویر پشتیبانی می‌کند"
},
"gemini-2.0-flash-lite": {
"description": "مدل متغیر Gemini 2.0 Flash برای بهینه‌سازی هزینه و تأخیر کم طراحی شده است."
},
Expand Down
1 change: 1 addition & 0 deletions locales/fr-FR/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Modèle personnalisé par défaut prenant en charge à la fois les appels de fonction et la reconnaissance visuelle. Veuillez vérifier la disponibilité de ces capacités en fonction de vos besoins réels.",
"file": "Ce modèle prend en charge la lecture et la reconnaissance de fichiers téléchargés.",
"functionCall": "Ce modèle prend en charge les appels de fonction.",
"imageOutput": "Ce modèle prend en charge la génération d'images",
"reasoning": "Ce modèle prend en charge une réflexion approfondie",
"search": "Ce modèle prend en charge la recherche en ligne",
"tokens": "Ce modèle prend en charge jusqu'à {{tokens}} jetons par session.",
Expand Down
3 changes: 3 additions & 0 deletions locales/fr-FR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Modèle variant Gemini 2.0 Flash, optimisé pour des objectifs tels que le rapport coût-efficacité et la faible latence."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Modèle expérimental Gemini 2.0 Flash, prenant en charge la génération d'images"
},
"gemini-2.0-flash-lite": {
"description": "Une variante du modèle Gemini 2.0 Flash, optimisée pour des objectifs tels que le rapport coût-efficacité et la faible latence."
},
Expand Down
1 change: 1 addition & 0 deletions locales/it-IT/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Modello personalizzato: di default supporta sia la chiamata di funzioni che il riconoscimento visivo. Verifica l'effettiva disponibilità di tali funzionalità.",
"file": "Questo modello supporta il caricamento e il riconoscimento di file.",
"functionCall": "Questo modello supporta la chiamata di funzioni.",
"imageOutput": "Questo modello supporta la generazione di immagini",
"reasoning": "Questo modello supporta un pensiero profondo",
"search": "Questo modello supporta la ricerca online",
"tokens": "Questo modello supporta un massimo di {{tokens}} token per sessione.",
Expand Down
3 changes: 3 additions & 0 deletions locales/it-IT/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash è una variante del modello ottimizzata per obiettivi come il rapporto costo-efficacia e la bassa latenza."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Modello sperimentale Gemini 2.0 Flash, supporta la generazione di immagini"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash è una variante del modello Flash, ottimizzata per obiettivi come il rapporto costo-efficacia e la bassa latenza."
},
Expand Down
1 change: 1 addition & 0 deletions locales/ja-JP/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "カスタムモデル、デフォルトでは関数呼び出しとビジョン認識の両方をサポートしています。上記機能の有効性を確認してください。",
"file": "このモデルはファイルのアップロードと認識をサポートしています。",
"functionCall": "このモデルは関数呼び出し(Function Call)をサポートしています。",
"imageOutput": "このモデルは画像生成をサポートしています",
"reasoning": "このモデルは深い思考をサポートしています",
"search": "このモデルはオンライン検索をサポートしています",
"tokens": "このモデルは1つのセッションあたり最大{{tokens}}トークンをサポートしています。",
Expand Down
3 changes: 3 additions & 0 deletions locales/ja-JP/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash モデルのバリアントで、コスト効率と低遅延などの目標に最適化されています。"
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash 実験モデル、画像生成をサポート"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flashモデルのバリアントで、コスト効率と低遅延などの目標に最適化されています。"
},
Expand Down
1 change: 1 addition & 0 deletions locales/ko-KR/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "사용자 정의 모델, 기본적으로 함수 호출 및 시각 인식을 모두 지원하며, 실제 기능을 확인하세요",
"file": "이 모델은 파일 업로드 및 인식을 지원합니다",
"functionCall": "이 모델은 함수 호출을 지원합니다",
"imageOutput": "이 모델은 이미지를 생성하는 기능을 지원합니다.",
"reasoning": "이 모델은 깊이 있는 사고를 지원합니다.",
"search": "이 모델은 온라인 검색을 지원합니다.",
"tokens": "이 모델은 단일 세션당 최대 {{tokens}} 토큰을 지원합니다",
Expand Down
3 changes: 3 additions & 0 deletions locales/ko-KR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash 모델 변형으로, 비용 효율성과 저지연 등의 목표를 위해 최적화되었습니다."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash 실험 모델, 이미지 생성을 지원합니다."
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 플래시 모델 변형으로, 비용 효율성과 낮은 지연 시간 등의 목표를 위해 최적화되었습니다."
},
Expand Down
1 change: 1 addition & 0 deletions locales/nl-NL/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Custom model, by default, supports both function call and visual recognition. Please verify the availability of the above capabilities based on actual needs.",
"file": "This model supports file upload for reading and recognition.",
"functionCall": "This model supports function call.",
"imageOutput": "Dit model ondersteunt het genereren van afbeeldingen",
"reasoning": "Dit model ondersteunt diepgaand denken",
"search": "Dit model ondersteunt online zoeken",
"tokens": "This model supports up to {{tokens}} tokens in a single session.",
Expand Down
3 changes: 3 additions & 0 deletions locales/nl-NL/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash modelvariant, geoptimaliseerd voor kosteneffectiviteit en lage latentie."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash experimenteel model, ondersteunt afbeeldingsgeneratie"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash is een modelvariant die is geoptimaliseerd voor kosteneffectiviteit en lage latentie."
},
Expand Down
1 change: 1 addition & 0 deletions locales/pl-PL/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Niestandardowy model, domyślnie obsługujący zarówno wywołania funkcji, jak i rozpoznawanie wizualne. Proszę zweryfikować możliwość użycia tych funkcji w praktyce.",
"file": "Ten model obsługuje wczytywanie plików i rozpoznawanie",
"functionCall": "Ten model obsługuje wywołania funkcji (Function Call).",
"imageOutput": "Ten model wspiera generowanie obrazów",
"reasoning": "Ten model wspiera głębokie myślenie",
"search": "Ten model wspiera wyszukiwanie w sieci",
"tokens": "Ten model obsługuje maksymalnie {{tokens}} tokenów w pojedynczej sesji.",
Expand Down
3 changes: 3 additions & 0 deletions locales/pl-PL/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash to wariant modelu, zoptymalizowany pod kątem efektywności kosztowej i niskiego opóźnienia."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Model eksperymentalny Gemini 2.0 Flash, wspierający generowanie obrazów"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash to wariant modelu, zoptymalizowany pod kątem efektywności kosztowej i niskiego opóźnienia."
},
Expand Down
1 change: 1 addition & 0 deletions locales/pt-BR/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Modelo personalizado, por padrão, suporta chamadas de função e reconhecimento visual. Por favor, verifique a disponibilidade dessas capacidades de acordo com a situação real.",
"file": "Este modelo suporta leitura e reconhecimento de arquivos enviados.",
"functionCall": "Este modelo suporta chamadas de função.",
"imageOutput": "Este modelo suporta a geração de imagens",
"reasoning": "Este modelo suporta pensamento profundo",
"search": "Este modelo suporta pesquisa online",
"tokens": "Este modelo suporta no máximo {{tokens}} tokens por sessão.",
Expand Down
3 changes: 3 additions & 0 deletions locales/pt-BR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Variante do modelo Gemini 2.0 Flash, otimizada para custo-benefício e baixa latência."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Modelo experimental Gemini 2.0 Flash, suporta geração de imagens"
},
"gemini-2.0-flash-lite": {
"description": "Variante do modelo Gemini 2.0 Flash, otimizada para custo-benefício e baixa latência."
},
Expand Down
1 change: 1 addition & 0 deletions locales/ru-RU/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Пользовательская модель по умолчанию поддерживает как вызов функций, так и распознавание изображений. Пожалуйста, проверьте доступность указанных возможностей в вашем случае",
"file": "Эта модель поддерживает загрузку и распознавание файлов",
"functionCall": "Эта модель поддерживает вызов функций",
"imageOutput": "Эта модель поддерживает генерацию изображений",
"reasoning": "Эта модель поддерживает глубокое мышление",
"search": "Эта модель поддерживает поиск в интернете",
"tokens": "Эта модель поддерживает до {{tokens}} токенов в одной сессии",
Expand Down
3 changes: 3 additions & 0 deletions locales/ru-RU/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Модельный вариант Gemini 2.0 Flash, оптимизированный для достижения таких целей, как экономическая эффективность и низкая задержка."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Экспериментальная модель Gemini 2.0 Flash, поддерживающая генерацию изображений"
},
"gemini-2.0-flash-lite": {
"description": "Модельный вариант Gemini 2.0 Flash, оптимизированный для достижения таких целей, как экономическая эффективность и низкая задержка."
},
Expand Down
1 change: 1 addition & 0 deletions locales/tr-TR/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Özel model, varsayılan olarak hem fonksiyon çağrısını hem de görüntü tanımayı destekler, yukarıdaki yeteneklerin kullanılabilirliğini doğrulamak için lütfen gerçek durumu kontrol edin",
"file": "Bu model dosya yükleme ve tanımayı destekler",
"functionCall": "Bu model fonksiyon çağrısını destekler",
"imageOutput": "Bu model resim oluşturmayı destekler",
"reasoning": "Bu model derin düşünmeyi destekler",
"search": "Bu model çevrimiçi aramayı destekler",
"tokens": "Bu model tek bir oturumda en fazla {{tokens}} Token destekler",
Expand Down
3 changes: 3 additions & 0 deletions locales/tr-TR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Gemini 2.0 Flash modeli varyantı, maliyet etkinliği ve düşük gecikme gibi hedefler için optimize edilmiştir."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Gemini 2.0 Flash deneysel modeli, görüntü oluşturmayı destekler"
},
"gemini-2.0-flash-lite": {
"description": "Gemini 2.0 Flash model varyantı, maliyet etkinliği ve düşük gecikme gibi hedefler için optimize edilmiştir."
},
Expand Down
1 change: 1 addition & 0 deletions locales/vi-VN/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"custom": "Mô hình tùy chỉnh, mặc định hỗ trợ cả cuộc gọi hàm và nhận diện hình ảnh, vui lòng xác minh khả năng sử dụng của chúng theo tình hình cụ thể",
"file": "Mô hình này hỗ trợ tải lên và nhận diện tệp",
"functionCall": "Mô hình này hỗ trợ cuộc gọi hàm (Function Call)",
"imageOutput": "Mô hình này hỗ trợ tạo ra hình ảnh",
"reasoning": "Mô hình này hỗ trợ tư duy sâu sắc",
"search": "Mô hình này hỗ trợ tìm kiếm trực tuyến",
"tokens": "Mỗi phiên của mô hình này hỗ trợ tối đa {{tokens}} Tokens",
Expand Down
3 changes: 3 additions & 0 deletions locales/vi-VN/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
"gemini-2.0-flash-exp": {
"description": "Biến thể mô hình Gemini 2.0 Flash, được tối ưu hóa cho hiệu quả chi phí và độ trễ thấp."
},
"gemini-2.0-flash-exp-image-generation": {
"description": "Mô hình thử nghiệm Gemini 2.0 Flash, hỗ trợ tạo hình ảnh"
},
"gemini-2.0-flash-lite": {
"description": "Biến thể mô hình Gemini 2.0 Flash được tối ưu hóa cho hiệu quả chi phí và độ trễ thấp."
},
Expand Down
Loading