Skip to content

Commit ecdd875

Browse files
committed
docs(README): fix links and imports
1 parent ab125f5 commit ecdd875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ from strands import Agent
129129
from strands.models import BedrockModel
130130
from strands.models.ollama import OllamaModel
131131
from strands.models.llamaapi import LlamaAPIModel
132-
from strands.models.llamacpp import LlamaCppModel
133132

134133
# Bedrock
135134
bedrock_model = BedrockModel(
@@ -164,7 +163,7 @@ Built-in providers:
164163
- [LlamaAPI](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/)
165164
- [Ollama](https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/)
166165
- [OpenAI](https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/)
167-
- [Writer](https://strandsagents.com/latest/documentation/docs/user-guide/concepts/model-providers/writer/)
166+
- [Writer](https://strandsagents.com/latest/user-guide/concepts/model-providers/writer/)
168167

169168
Custom providers can be implemented using [Custom Providers](https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/)
170169

0 commit comments

Comments
 (0)