diff --git a/AiServer/wwwroot/img/models/phi4.svg b/AiServer/wwwroot/img/models/phi4.svg new file mode 100644 index 0000000..e4e6c16 --- /dev/null +++ b/AiServer/wwwroot/img/models/phi4.svg @@ -0,0 +1,11 @@ + + + 4 + + + + + + + + diff --git a/AiServer/wwwroot/lib/data/ai-models.json b/AiServer/wwwroot/lib/data/ai-models.json index 7373226..4521d8f 100644 --- a/AiServer/wwwroot/lib/data/ai-models.json +++ b/AiServer/wwwroot/lib/data/ai-models.json @@ -706,9 +706,19 @@ ], "latest": "3.8b", "website": "https://ollama.ai/library/phi3", - "description": "A new small LLaVA model fine-tuned from Phi 3 Mini.", + "description": "Phi-3 is a family of lightweight 3B (Mini) and 14B (Medium) state-of-the-art open models by Microsoft.", "icon": "/img/models/phi3.svg" }, + { + "id": "phi4", + "tags": [ + "14b" + ], + "latest": "14b", + "website": "https://ollama.ai/library/phi4", + "description": "Phi 4 is a 14B parameter, state-of-the-art open model from Microsoft.", + "icon": "/img/models/phi4.svg" + }, { "id": "phind-codellama", "tags": [