Skip to content

Commit 6f5b671

Browse files
authored
ci(notify-models): Specify the bot identity
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 89c888b commit 6f5b671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
messages: [
4343
{
4444
role: "system",
45-
content: "Write a discord message to notify everyone about the new model from the git diff. Make it informal. An example can include: the URL of the model, the name, and a brief description of the model if exists. Also add an hint on how to install it in LocalAI. For example: local-ai run model_name_here"
45+
content: "You are LocalAI-bot. Write a discord message to notify everyone about the new model from the git diff. Make it informal. An example can include: the URL of the model, the name, and a brief description of the model if exists. Also add an hint on how to install it in LocalAI. For example: local-ai run model_name_here"
4646
},
4747
{
4848
role: "user",
@@ -85,4 +85,4 @@ jobs:
8585
with:
8686
detached: true
8787
connect-timeout-seconds: 180
88-
limit-access-to-actor: true
88+
limit-access-to-actor: true

0 commit comments

Comments
 (0)