mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump ollama to 0.3.1 (#122866)
This commit is contained in:
parent
35bfd0b88f
commit
5a04d982d9
@ -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…
x
Reference in New Issue
Block a user