branch: externals/llm
commit c55ccf157ab42eb0fef9b3a13f369e9b2e0376a3
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Clean up package specifications in elisp files
Only llm.el should hold the requires, version, etc. Also, the keywords were
not
correct.
---
llm-openai.el | 3 ---
llm-vertex.el | 3 ---
llm.el | 1 -
3 files changed, 7 deletions(-)
diff --git a/llm-openai.el b/llm-openai.el
index ad1a2e20c4..4e91f9c52d 100644
--- a/llm-openai.el
+++ b/llm-openai.el
@@ -4,9 +4,6 @@
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/llm
-;; Package-Requires: ((request "0.3.3") (emacs "28.1"))
-;; Package-Version: 0.1
-;; Keywords: outlines, hypermedia
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or
diff --git a/llm-vertex.el b/llm-vertex.el
index 22043a97ab..6c14f45cd0 100644
--- a/llm-vertex.el
+++ b/llm-vertex.el
@@ -4,9 +4,6 @@
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/llm
-;; Package-Requires: ((request "0.3.3") (emacs "28.1"))
-;; Package-Version: 0.1
-;; Keywords: outlines, hypermedia
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or
diff --git a/llm.el b/llm.el
index a88090306e..880fa3a0e7 100644
--- a/llm.el
+++ b/llm.el
@@ -6,7 +6,6 @@
;; Homepage: https://github.com/ahyatt/llm
;; Package-Requires: ((request "0.3.3") (emacs "28.1"))
;; Package-Version: 0.1
-;; Keywords: outlines, hypermedia
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or