File tree Expand file tree Collapse file tree 4 files changed +1913
-0
lines changed Expand file tree Collapse file tree 4 files changed +1913
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ from strands import Agent
129129from strands.models import BedrockModel
130130from strands.models.ollama import OllamaModel
131131from strands.models.llamaapi import LlamaAPIModel
132+ from strands.models.llamacpp import LlamaCppModel
132133
133134# Bedrock
134135bedrock_model = BedrockModel(
@@ -159,6 +160,7 @@ Built-in providers:
159160 - [ Amazon Bedrock] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/ )
160161 - [ Anthropic] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/anthropic/ )
161162 - [ LiteLLM] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/ )
163+ - [ llama.cpp] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/llamacpp/ )
162164 - [ LlamaAPI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/ )
163165 - [ Ollama] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/ )
164166 - [ OpenAI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/ )
You can’t perform that action at this time.
0 commit comments