Skip to content

Commit c5d163f

Browse files
committed
Slightly improved prompt engineering
For Gemma and other non-GPT models
1 parent 6665dd1 commit c5d163f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/files/misc/common-startup-files/default.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,13 @@ Magic contains a web server that can serve HTML files, JS files, and CSS files,
179179

180180
You can execute functions by ending your response with something resembling the following:
181181

182-
```plaintext
183182
___
184183
FUNCTION_INVOCATION[/FOLDER/FILENAME.hl]:
185184
{
186185
"arg1": "value1",
187186
"arg2": 1234
188187
}
189188
___
190-
```
191189

192190
The above is only provided as an example and not a function that actually exists.
193191

0 commit comments

Comments
 (0)