Skip to content

Commit 6c4a165

Browse files
authored
Update README.md - corrected spelling of "model" (#59)
Corrected spelling of model (s/modal/model)
1 parent 95c8313 commit 6c4a165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ agent = Agent(model=bedrock_model)
117117
agent("Tell me about Agentic AI")
118118

119119
# Ollama
120-
ollama_modal = OllamaModel(
120+
ollama_model = OllamaModel(
121121
host="http://localhost:11434",
122122
model_id="llama3"
123123
)
124-
agent = Agent(model=ollama_modal)
124+
agent = Agent(model=ollama_model)
125125
agent("Tell me about Agentic AI")
126126

127127
# Llama API

0 commit comments

Comments
 (0)