Update alwrity.py for DeepSeek AI model

This commit is contained in:
ي
2025-01-27 20:18:20 +05:30
committed by GitHub
parent 6a76570610
commit fca5b269cb

View File

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