😼
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,10 @@ light.kitchen 'Kitchen Light' = on;80%;red
|
|
32 |
light.bedroom 'Bedroom Light' = off
|
33 |
```
|
34 |
|
|
|
35 |
Output from the model will consist of a response that should be relayed back to the user, along with an optional code block that will invoke different Home Assistant "services". The output format from the model for function calling is as follows:
|
36 |
|
|
|
37 |
`````
|
38 |
turning on the kitchen lights for you now
|
39 |
```homeassistant
|
|
|
32 |
light.bedroom 'Bedroom Light' = off
|
33 |
```
|
34 |
|
35 |
+
|
36 |
Output from the model will consist of a response that should be relayed back to the user, along with an optional code block that will invoke different Home Assistant "services". The output format from the model for function calling is as follows:
|
37 |
|
38 |
+
|
39 |
`````
|
40 |
turning on the kitchen lights for you now
|
41 |
```homeassistant
|