diff options
| author | tslil clingman <tslil@posteo.de> | 2024-02-22 10:38:00 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2024-02-22 10:38:00 +0100 |
| commit | f9072b8aaa8635b045a7c578e9e019d6dc445a0c (patch) | |
| tree | 6fb43e49db2193f41f5e8e356d7ce0f95c110a49 /emacs | |
| parent | 3e5c497fb172a8a516c1a76544fb33fbd8ec8e0a (diff) | |
[emacs/copilot.el] upstream has --no-display-prompt
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/scripts/copilot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/scripts/copilot.el b/emacs/scripts/copilot.el index 3332010..247b40c 100644 --- a/emacs/scripts/copilot.el +++ b/emacs/scripts/copilot.el @@ -132,7 +132,7 @@ Writing English explanations is forbidden. ") (with-local-quit (call-process copilot-llama.cpp nil (list (current-buffer) nil) t "-m" copilot-model - "--silent-prompt" + "--no-display-prompt" "--log-disable" "--prompt-cache" cash "--prompt-cache-all" |
