dify/api/core/model_providers/models/llm
2023-10-01 16:00:23 +08:00
..
__init__.py feat: server multi models support (#799) 2023-08-12 00:57:00 +08:00
anthropic_model.py feat: optimize anthropic connection pool (#1066) 2023-08-31 16:18:59 +08:00
azure_openai_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
base.py fix: db session not commit before long llm call running (#1251) 2023-09-27 21:40:26 +08:00
chatglm_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
huggingface_hub_model.py fix: hf hosted inference check (#1128) 2023-09-09 00:29:48 +08:00
localai_model.py feat: add LocalAI local embedding model support (#1021) 2023-08-29 22:22:02 +08:00
minimax_model.py Fix/price calc (#862) 2023-08-19 16:41:35 +08:00
openai_model.py fix: request timeout when openai completion (#1265) 2023-10-01 16:00:23 +08:00
openllm_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
replicate_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
spark_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
tongyi_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
wenxin_model.py fix: wenxin model name invalid when llm call (#1248) 2023-09-27 16:29:13 +08:00
xinference_model.py feat: hf inference endpoint stream support (#1028) 2023-08-26 19:48:34 +08:00
zhipuai_model.py feat: add zhipuai (#1188) 2023-09-18 17:32:31 +08:00