update: ollama model name #1902

This commit is contained in:
liudonghua 2024-12-26 17:32:18 +08:00 committed by GitHub
parent d9dcd33425
commit f1c7ae9974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,43 +90,43 @@ model_info_list = [
'qwen 1.5 110b 相较于以往版本模型与人类偏好的对齐程度以及多语言处理能力上有显著增强。所有规模的模型都支持32768个tokens的上下文长度。1100亿参数。',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2-72b-instruct',
'qwen2:72b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2-57b-a14b-instruct',
'qwen2:57b-a14b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2-7b-instruct',
'qwen2:7b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-72b-instruct',
'qwen2.5:72b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-32b-instruct',
'qwen2.5:32b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-14b-instruct',
'qwen2.5:14b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-7b-instruct',
'qwen2.5:7b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-1.5b-instruct',
'qwen2.5:1.5b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-0.5b-instruct',
'qwen2.5:0.5b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(
'qwen2.5-3b-instruct',
'qwen2.5:3b-instruct',
'',
ModelTypeConst.LLM, ollama_llm_model_credential, OllamaChatModel),
ModelInfo(