Update alwrity.py for DeepSeek AI model
This commit is contained in:
@@ -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_LANGUAGE_OPTIONS = ["English", "Spanish", "German", "Chinese", "Arabic", "Nepali", "Hindi", "Hindustani", "Customize"]
|
||||||
BLOG_OUTPUT_FORMAT_OPTIONS = ["markdown", "HTML", "plaintext"]
|
BLOG_OUTPUT_FORMAT_OPTIONS = ["markdown", "HTML", "plaintext"]
|
||||||
IMAGE_GENERATION_MODEL_OPTIONS = ["stable-diffusion", "dalle2", "dalle3"]
|
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]
|
MAX_TOKENS_OPTIONS = [500, 1000, 2000, 4000, 16000, 32000, 64000]
|
||||||
GEOGRAPHIC_LOCATION_OPTIONS = ["us", "in", "fr", "cn"]
|
GEOGRAPHIC_LOCATION_OPTIONS = ["us", "in", "fr", "cn"]
|
||||||
SEARCH_LANGUAGE_OPTIONS = ["en", "zn-cn", "de", "hi"]
|
SEARCH_LANGUAGE_OPTIONS = ["en", "zn-cn", "de", "hi"]
|
||||||
|
|||||||
Reference in New Issue
Block a user