Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions packages/ollama-utils/src/chat-template-automap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ import type { OllamaChatTemplateMapEntry } from "./types";

/**
* Skipped these models due to error:
* - library/llama4:16x17b
* - library/llama3.3:latest
* - library/dolphin3:8b
* - library/qwen2-math:latest
* - library/qwen2-math:1.5b
* - library/marco-o1:latest
* - library/bespoke-minicheck:7b
* - library/falcon2:11b
* - library/llama3.2:1b
* - library/gemma3:latest
* - library/gemma3n:latest
* - library/gemma3:latest
*/

export const OLLAMA_CHAT_TEMPLATE_MAPPING: OllamaChatTemplateMapEntry[] = [
Expand Down