Bump ollama to 0.3.1 (#122866)
This commit is contained in:
parent
35bfd0b88f
commit
5a04d982d9
4 changed files with 4 additions and 4 deletions
|
@ -271,7 +271,7 @@ class OllamaConversationEntity(
|
|||
_LOGGER.debug("Tool response: %s", tool_response)
|
||||
message_history.messages.append(
|
||||
ollama.Message(
|
||||
role=MessageRole.TOOL.value, # type: ignore[typeddict-item]
|
||||
role=MessageRole.TOOL.value,
|
||||
content=json.dumps(tool_response),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/ollama",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["ollama==0.3.0"]
|
||||
"requirements": ["ollama==0.3.1"]
|
||||
}
|
||||
|
|
|
@ -1466,7 +1466,7 @@ odp-amsterdam==6.0.2
|
|||
oemthermostat==1.1.1
|
||||
|
||||
# homeassistant.components.ollama
|
||||
ollama==0.3.0
|
||||
ollama==0.3.1
|
||||
|
||||
# homeassistant.components.omnilogic
|
||||
omnilogic==0.4.5
|
||||
|
|
|
@ -1205,7 +1205,7 @@ objgraph==3.5.0
|
|||
odp-amsterdam==6.0.2
|
||||
|
||||
# homeassistant.components.ollama
|
||||
ollama==0.3.0
|
||||
ollama==0.3.1
|
||||
|
||||
# homeassistant.components.omnilogic
|
||||
omnilogic==0.4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue