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"]