Skip to content

Commit

Permalink
Remove "ask a person" button from RunLLM (#16963)
Browse files Browse the repository at this point in the history
  • Loading branch information
seldo authored Nov 14, 2024
1 parent 7981099 commit 8b814ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/javascript/runllm.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("runllm-assistant-id", "209");
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
script.setAttribute("runllm-keyboard-shortcut", "Mod+j");
script.setAttribute("runllm-disable-ask-a-person", true);
script.setAttribute(
"runllm-slack-community-url",
"https://discord.com/invite/eN6D2HQ4aX"
Expand Down

0 comments on commit 8b814ae

Please sign in to comment.