Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding PromptLayer to the list of Prompt Engineering Tools #1138

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions (docs)/fr/docs/tooling/tools/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ This section contains a list of non-IDE tools that are useful for prompting.
>
> This library is aimed at assisting in the development of those types of applications.

### [PromptLayer](https://www.promptlayer.com)

> PromptLayer is a comprehensive prompt engineering platform that empowers teams and individuals to collaboratively build LLM applications. With a focus on observability, evaluation, and iteration, PromptLayer provides a streamlined experience for developing and refining LLM-powered solutions. At the core of the platform is the Prompt Registry, a content management
> system (CMS) designed specifically for prompts. The Prompt Registry enables users to version, test, manage, and observe prompts.

### [PromptAppGPT](https://github.com/mleoking/PromptAppGPT)

> PromptAppGPT is a low-code prompt-based rapid app development framework. PromptAppGPT contains features such as low-code prompt-based development, GPT text generation, DALLE image generation, online prompt editer+compiler+runer, automatic user interface generation, support for plug-in extensions, etc. PromptAppGPT aims to enable natural language app development based on GPT.
Expand Down