Skip to content

Commit

Permalink
Merge pull request #1 from PromptMixerDev/update-readme
Browse files Browse the repository at this point in the history
added link to docs
  • Loading branch information
tomatyss authored Mar 2, 2024
2 parents b1c0c83 + 88c625f commit 9e75831
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 16 deletions.
25 changes: 25 additions & 0 deletions .gitignore
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
30 changes: 29 additions & 1 deletion README.md
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.
15 changes: 0 additions & 15 deletions resources/.gitignore

This file was deleted.

0 comments on commit 9e75831

Please sign in to comment.