-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from PromptMixerDev/update-readme
added link to docs
- Loading branch information
Showing
3 changed files
with
54 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# .gitignore | ||
|
||
# Ignore system files | ||
.DS_Store | ||
|
||
# Ignore node modules | ||
node_modules/ | ||
|
||
# Ignore log files | ||
*.log | ||
|
||
# Ignore the build folder | ||
/dist | ||
|
||
# Ignore .env files | ||
.env | ||
|
||
# Ignore IDE specific files | ||
.idea/ | ||
*.swp | ||
*.swo | ||
*.swn | ||
.vscode/ | ||
*.sublime-project | ||
*.sublime-workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,34 @@ | ||
# Prompt Mixer Releases | ||
|
||
--- | ||
|
||
This repo is used for hosting public releases of Prompt Mixer. | ||
|
||
![OS X.png](./resources/OSX.png) | ||
![OS X.png](./resources/osx.png) | ||
|
||
With Prompt Mixer, cross-functional teams can easily create, test, and deploy prompts and prompt chains to power advanced conversational experiences. | ||
|
||
## Key Features | ||
|
||
- 👥 Collaboration - Design, iterate, and manage prompts in one place with integrated version control, commenting, and review workflows. | ||
- ⛓️ Prompt Chaining - Construct sequences of prompts that pass context and information to enable complex dialogues. | ||
- 🔀 Extensibility - Bring in custom models and leverage third-party APIs via connectors. | ||
- 🧪 Testing & Validation - Continuously experiment with and evaluate prompts before putting them into production. | ||
|
||
## Getting Started | ||
|
||
To learn more about installing and using Prompt Mixer, refer to the [Official Documentation](https://docs.promptmixer.dev/). | ||
|
||
The documentation provides comprehensive guides on: | ||
|
||
- Installing and configuring Prompt Mixer | ||
- Creating and managing prompts and prompt chains | ||
- Selecting AI models and fine-tuning behavior | ||
- Developing custom connectors | ||
- Testing and deploying prompts | ||
- Integrating prompts into applications | ||
- and more! | ||
|
||
## Support | ||
|
||
If you encounter any technical issues or need assistance with Prompt Mixer, our support team is here to help. Send us an email at [[email protected]](mailto:[email protected]) with a detailed description of your issue, and we'll get back to you as soon as possible. |
This file was deleted.
Oops, something went wrong.