# hass_enhanced_openai_conversation **Repository Path**: zexuntec/hass_enhanced_openai_conversation ## Basic Information - **Project Name**: hass_enhanced_openai_conversation - **Description**: 一个替换Home Assistant自带的openai_conversation组件的增强组件,替换后可以任意输入AI大模型的接口。替换前请先备份! - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-09 - **Last Updated**: 2025-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Enhanced openai_conversation for Home Assistant This is an enhanced version of the openai_conversation component for Home Assistant. After replacing the original version, when adding a service, you can input the base_url freely, which is the API endpoint for your desired AI large model. How to use? -- Remove the openai_conversation from the components directory in Home Assistant, download the openai_conversation from this repository, and replace it with the entire directory. For docker: 1. delete the old one: a. enter into the docker: docker exec -it bash b. delete the old one: rm -rf /usr/src/homeassistant/homeassistant/components/openai_conversation 3. exit from the docker bash, copy the new one: docker cp openai_conversation/ :/usr/src/homeassistant/homeassistant/components/ 4. restart the docker ![image](https://github.com/user-attachments/assets/92f20c66-a927-46af-9d3e-5b534c040d73)