Skip to content

Commit

Permalink
Update PROMPTMETHEUS details (#1092)
Browse files Browse the repository at this point in the history
* Update PROMPTMETHEUS details.md

* Update PROMPTMETHEUS overview.md
  • Loading branch information
toniengelhardt authored Jan 27, 2024
1 parent 1289b0d commit 122dd93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tooling/IDEs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here is a table of the tools we will be discussing in this chapter:
| [GPT-3 Playground](https://beta.openai.com/docs/quickstart) |||| Pay per tokens || Text | OpenAI|
| [Dust](https://dust.tt/) |||| || Text | OpenAI, Cohere |
| [Everyprompt](https://www.everyprompt.com) || || Freemium || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Free || Text | OpenAI |
| [Promptmetheus](https://promptmetheus.com) |||| Freemium || Text | Anthropic, Cohere, OpenAI, PaLM 2, NLP Cloud, AI21 Labs, Aleph Alpha |
| [PromptIDE](https://prompt.vizhub.ai) || Code TBD || None || Text | |
| [PromptSource](https://github.com/bigscience-workshop/promptsource) |||| None || Text | |
| [PromptChainer](https://arxiv.org/pdf/2203.06566.pdf) || || None || Text | |
Expand Down
6 changes: 4 additions & 2 deletions docs/tooling/IDEs/promptmetheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 21

# Promptmetheus

[Promptmetheus](https://promptmetheus.com) helps you compose, test, and evaluate one-shot prompts for the OpenAI platform that predictably transform input to output.
[PROMPTMETHEUS](https://promptmetheus.com) helps you compose, test, optimize, and deploy one-shot prompts for OpenAI and other LLM providers that predictably transform input to output.

import Image from '@site/docs/assets/tooling/promptmetheus.webp';

Expand All @@ -14,4 +14,6 @@ import Image from '@site/docs/assets/tooling/promptmetheus.webp';

## Features

In the Promptmetheus playground you can compose prompts from individual blocks and test prompt variations with different model parameters. You can rate the different outputs and get visualizations for how each block performs. Prompts and outputs can easily be exported to .csv, .xls, and .json files.
In the Promptmetheus playground you can compose prompts from individual blocks and test prompt variations with different models and model parameters. You can rate outputs and get automatically generated visualizations for how each block performs. Prompts and outputs can easily be exported to .csv, .xls, and .json files.

PROMPTMETHEUS also offers paid plans for inviduals and teams that offer cloud sync, full traceability, real-time collaboration, and more.

0 comments on commit 122dd93

Please sign in to comment.