emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm 5764966db8 2/6: Try another solution to make ci hap


From: ELPA Syncer
Subject: [elpa] externals/llm 5764966db8 2/6: Try another solution to make ci happy
Date: Fri, 23 Feb 2024 22:02:35 -0500 (EST)

branch: externals/llm
commit 5764966db8f629707020e8caee519c2fed7a7bfe
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Try another solution to make ci happy
---
 llm-fake.el                | 3 ++-
 llm-gemini.el              | 2 +-
 llm-gpt4all.el             | 2 +-
 llm-llamacpp.el            | 2 +-
 llm-ollama.el              | 2 +-
 llm-openai.el              | 2 +-
 llm-provider-utils-test.el | 2 +-
 llm-provider-utils.el      | 2 +-
 llm-request.el             | 2 +-
 llm-test.el                | 2 +-
 llm-tester.el              | 2 +-
 llm-vertex.el              | 2 +-
 12 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/llm-fake.el b/llm-fake.el
index 8fb62a5a34..7cadba0a9e 100644
--- a/llm-fake.el
+++ b/llm-fake.el
@@ -1,4 +1,4 @@
-;;; llm-fake.el --- Use for developers looking at llm calls. -*- 
lexical-binding: t -*-
+;;; llm-fake.el --- Use for developers looking at llm calls. -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
@@ -119,3 +119,4 @@ message cons. If nil, the response will be a simple vector."
   "Fake")
 
 (provide 'llm-fake)
+;;; llm-fake.el ends here
diff --git a/llm-gemini.el b/llm-gemini.el
index 3c80872333..21bd1ff04b 100644
--- a/llm-gemini.el
+++ b/llm-gemini.el
@@ -1,4 +1,4 @@
-;;; llm-gemini.el --- LLM implementation of Google Cloud Gemini AI -*- 
lexical-binding: t -*-
+;;; llm-gemini.el --- LLM implementation of Google Cloud Gemini AI -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-gpt4all.el b/llm-gpt4all.el
index b4f97b3ab3..45ed81ab19 100644
--- a/llm-gpt4all.el
+++ b/llm-gpt4all.el
@@ -1,4 +1,4 @@
-;;; llm-gpt4all.el --- llm module for integrating with GPT4All -*- 
lexical-binding: t; -*-
+;;; llm-gpt4all.el --- llm module for integrating with GPT4All -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-llamacpp.el b/llm-llamacpp.el
index 5e39b35eac..1863fef67d 100644
--- a/llm-llamacpp.el
+++ b/llm-llamacpp.el
@@ -1,4 +1,4 @@
-;;; llm-llamacpp.el --- llm module for integrating with llama.cpp. -*- 
lexical-binding: t -*-
+;;; llm-llamacpp.el --- llm module for integrating with llama.cpp. -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-ollama.el b/llm-ollama.el
index 0d226eeec0..de30e04158 100644
--- a/llm-ollama.el
+++ b/llm-ollama.el
@@ -1,4 +1,4 @@
-;;; llm-ollama.el --- llm module for integrating with Ollama. -*- 
lexical-binding: t -*-
+;;; llm-ollama.el --- llm module for integrating with Ollama. -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-openai.el b/llm-openai.el
index fd57d0bd93..15e84f9223 100644
--- a/llm-openai.el
+++ b/llm-openai.el
@@ -1,4 +1,4 @@
-;;; llm-openai.el --- llm module for integrating with Open AI -*- 
lexical-binding: t -*-
+;;; llm-openai.el --- llm module for integrating with Open AI -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-provider-utils-test.el b/llm-provider-utils-test.el
index 7fc232b2b8..96043f476d 100644
--- a/llm-provider-utils-test.el
+++ b/llm-provider-utils-test.el
@@ -1,4 +1,4 @@
-;;; llm-provider-utils-test.el --- Tests for llm-provider-utils -*- 
lexical-binding: t -*-
+;;; llm-provider-utils-test.el --- Tests for llm-provider-utils -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-provider-utils.el b/llm-provider-utils.el
index 7365eebcff..82ab4bfb83 100644
--- a/llm-provider-utils.el
+++ b/llm-provider-utils.el
@@ -1,4 +1,4 @@
-;;; llm-provider-utils.el --- Functions to make building providers easier -*- 
lexical-binding: t -*-
+;;; llm-provider-utils.el --- Functions to make building providers easier -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-request.el b/llm-request.el
index 4241793c02..fdb471a853 100644
--- a/llm-request.el
+++ b/llm-request.el
@@ -1,4 +1,4 @@
-;;; llm-request.el --- Request handling code -*- lexical-binding: t -*-
+;;; llm-request.el --- Request handling code -*- lexical-binding: t; 
package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-test.el b/llm-test.el
index b06f410221..f34f7d25e7 100644
--- a/llm-test.el
+++ b/llm-test.el
@@ -1,4 +1,4 @@
-;;; llm-test.el --- Unit tests for the llm module -*- lexical-binding: t -*-
+;;; llm-test.el --- Unit tests for the llm module -*- lexical-binding: t; 
package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-tester.el b/llm-tester.el
index 6954a292ca..43eab8bb26 100644
--- a/llm-tester.el
+++ b/llm-tester.el
@@ -1,4 +1,4 @@
-;;; llm-tester.el --- Helpers for testing LLM implementation -*- 
lexical-binding: t -*-
+;;; llm-tester.el --- Helpers for testing LLM implementation -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 
diff --git a/llm-vertex.el b/llm-vertex.el
index 2427fde5ef..45857e150d 100644
--- a/llm-vertex.el
+++ b/llm-vertex.el
@@ -1,4 +1,4 @@
-;;; llm-vertex.el --- LLM implementation of Google Cloud Vertex AI -*- 
lexical-binding: t -*-
+;;; llm-vertex.el --- LLM implementation of Google Cloud Vertex AI -*- 
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
 
 ;; Copyright (c) 2023  Free Software Foundation, Inc.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]