From 91f2518039c26596a645f0ca8e4eea31b5f81a89 Mon Sep 17 00:00:00 2001 From: neurocis Date: Wed, 13 May 2026 06:08:26 +0000 Subject: [PATCH 1/2] Add a0_lemonade plugin --- plugins/a0_lemonade/index.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/a0_lemonade/index.yaml diff --git a/plugins/a0_lemonade/index.yaml b/plugins/a0_lemonade/index.yaml new file mode 100644 index 0000000..3f85dcf --- /dev/null +++ b/plugins/a0_lemonade/index.yaml @@ -0,0 +1,8 @@ +title: A0 Lemonade +description: Adds Lemonade as an OpenAI-compatible LLM provider for chat and embedding models. +github: https://github.com/neurocis/A0_Lemonade +tags: + - llm + - embeddings + - integration + - api From 8e63c5df4ad5b6c0a9ce242f9b536cb0a62bda14 Mon Sep 17 00:00:00 2001 From: Leigh Phillips Date: Thu, 14 May 2026 20:58:48 -0700 Subject: [PATCH 2/2] Update description for A0 Lemonade provider --- plugins/a0_lemonade/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/a0_lemonade/index.yaml b/plugins/a0_lemonade/index.yaml index 3f85dcf..35f9967 100644 --- a/plugins/a0_lemonade/index.yaml +++ b/plugins/a0_lemonade/index.yaml @@ -1,5 +1,5 @@ title: A0 Lemonade -description: Adds Lemonade as an OpenAI-compatible LLM provider for chat and embedding models. +description: Adds Lemonade Server as an OpenAI-compatible LLM provider for chat and embedding models. github: https://github.com/neurocis/A0_Lemonade tags: - llm