You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/functions/execute-model.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,7 @@ Example Queries (IMPORTANT: Phrasing doesn't have to match):
56
56
);
57
57
58
58
constcontent=[
59
-
`The user has chosen to use the model named ${args.model}. Begin your response with the following phrase: "The model you've selected is ${args.model}".`,
60
-
"Do not include any additional information about the selected model in this first sentence - ONLY the name.",
59
+
`The user has chosen to use the model named ${args.model}.`,
0 commit comments