From fca5b269cb27317a9f03fd6af3872a35fb53c6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=8A?= Date: Mon, 27 Jan 2025 20:18:20 +0530 Subject: [PATCH] Update alwrity.py for DeepSeek AI model --- alwrity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alwrity.py b/alwrity.py index 2e6bd090..9bf0505f 100644 --- a/alwrity.py +++ b/alwrity.py @@ -22,7 +22,7 @@ BLOG_TYPE_OPTIONS = ["Informational", "Commercial", "Company", "News", "Finance" BLOG_LANGUAGE_OPTIONS = ["English", "Spanish", "German", "Chinese", "Arabic", "Nepali", "Hindi", "Hindustani", "Customize"] BLOG_OUTPUT_FORMAT_OPTIONS = ["markdown", "HTML", "plaintext"] IMAGE_GENERATION_MODEL_OPTIONS = ["stable-diffusion", "dalle2", "dalle3"] -GPT_PROVIDER_OPTIONS = ["google", "openai", "minstral"] +GPT_PROVIDER_OPTIONS = ["google", "openai", "minstral", "deepseek"] MAX_TOKENS_OPTIONS = [500, 1000, 2000, 4000, 16000, 32000, 64000] GEOGRAPHIC_LOCATION_OPTIONS = ["us", "in", "fr", "cn"] SEARCH_LANGUAGE_OPTIONS = ["en", "zn-cn", "de", "hi"]