😼 commited on
Commit
1cc79bc
·
verified ·
1 Parent(s): c16a562

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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