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) 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"