feat: Add llama.cpp provider and fim template (#118)

This commit is contained in:
Petr Mironychev
2025-03-09 22:57:33 +01:00
committed by GitHub
parent c9a3cdaf25
commit e66f467214
13 changed files with 349 additions and 21 deletions

View File

@ -28,6 +28,7 @@ enum class ProviderID {
OpenAICompatible,
MistralAI,
OpenRouter,
GoogleAI
GoogleAI,
LlamaCpp
};
}