From 596ba6df7ef5a974cfb2a3a55de71c354866719f Mon Sep 17 00:00:00 2001 From: Toni Engelhardt Date: Sun, 17 Sep 2023 18:44:20 +0100 Subject: [PATCH 1/2] Add PROMPTMETHEUS to projects --- docs/my-website/docs/projects/PROMPTMETHEUS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/my-website/docs/projects/PROMPTMETHEUS.md diff --git a/docs/my-website/docs/projects/PROMPTMETHEUS.md b/docs/my-website/docs/projects/PROMPTMETHEUS.md new file mode 100644 index 0000000000..8a1423ad6e --- /dev/null +++ b/docs/my-website/docs/projects/PROMPTMETHEUS.md @@ -0,0 +1,9 @@ +🔥 PROMPTMETHEUS – Prompt Engineering IDE + +Compose, test, optimize, and deploy reliable prompts for large language models. + +PROMPTMETHEUS is a Prompt Engineering IDE, designed to help you automate repetitive tasks and augment your apps and workflows with the mighty capabilities of all the LLMs in the LiteLLM quiver. + +Website → [www.promptmetheus.com](https://promptmetheus.com) +FORGE → [forge.promptmetheus.com](https://forge.promptmetheus.com) +ARCHERY → [archery.promptmetheus.com](https://archery.promptmetheus.com) From 637c371fb5846778378d8f7ead2c82dd019daf1c Mon Sep 17 00:00:00 2001 From: Toni Engelhardt Date: Sun, 17 Sep 2023 18:45:32 +0100 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a659cacc40..d7ab60bef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.689" +version = "0.1.690" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"