core/homeassistant/components/conversation
Allen Porter d91528648f
Update ollama to allow selecting mutiple LLM APIs (#142445)
* Update ollama to allow selecting mutiple LLM APIs

* Update homeassistant/helpers/llm.py

* Avoid gather since these don't do I/O

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2025-04-13 15:37:46 -07:00
..
__init__.py Remove unused util module in conversation (#141293) 2025-03-24 17:27:27 +01:00
agent_manager.py Make sure we always have agent_id in ConversationInput (#137679) 2025-02-07 18:25:21 -08:00
chat_log.py Update ollama to allow selecting mutiple LLM APIs (#142445) 2025-04-13 15:37:46 -07:00
const.py
default_agent.py Bump intents and always prefer more literal text (#141663) 2025-03-28 13:03:42 -04:00
entity.py Standardize conversation.async_process method (#140125) 2025-03-10 14:15:10 -05:00
http.py Add language scores websocket command (#140480) 2025-03-26 14:07:15 +01:00
icons.json
manifest.json Bump intents and always prefer more literal text (#141663) 2025-03-28 13:03:42 -04:00
models.py Add support for continue conversation in Assist Pipeline (#139480) 2025-02-28 13:15:31 -06:00
services.yaml
strings.json
trace.py
trigger.py