diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3af5d94 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 5341cae..022bbe5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,34 @@ # Prompt Mixer Releases + --- This repo is used for hosting public releases of Prompt Mixer. -![OS X.png](./resources/OSX.png) \ No newline at end of file +![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 [hello@promptmixer.dev](mailto:hello@promptmixer.dev) with a detailed description of your issue, and we'll get back to you as soon as possible. diff --git a/resources/.gitignore b/resources/.gitignore deleted file mode 100644 index 0504488..0000000 --- a/resources/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -# System files -.DS_Store -Thumbs.db - -# IDE files -.idea/ -*.iml -.vscode/ - -# Node modules -node_modules/ - -# Build files -/dist -/build \ No newline at end of file