-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96727b9
commit d208ec1
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
;;; ellama.el --- Tool for interacting with LLMs -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2023, 2024 Free Software Foundation, Inc. | ||
;; Copyright (C) 2023-2025 Free Software Foundation, Inc. | ||
|
||
;; Author: Sergey Kostyaev <[email protected]> | ||
;; URL: http://github.com/s-kostyaev/ellama | ||
;; Keywords: help local tools | ||
;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4") (transient "0.7") (compat "29.1")) | ||
;; Version: 0.13.0 | ||
;; Version: 0.13.1 | ||
;; SPDX-License-Identifier: GPL-3.0-or-later | ||
;; Created: 8th Oct 2023 | ||
|
||
|