diff --git a/README.md b/README.md index 4d19875..7277bc3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,19 @@ +## 📢 Open Notebook is under very active development + +> Open Notebook is under active development! We're moving fast and making improvements every week. Your feedback is incredibly valuable to me during this exciting phase and it gives me motivation to keep improving and building this amazing tool. Please feel free to star the project if you find it useful, and don't hesitate to reach out with any questions or suggestions. I'm excited to see how you'll use it and what ideas you'll bring to the project! Let's build something amazing together! 🚀 +> +> ⚠️ **API Changes**: As we optimize and enhance the project, some APIs and interfaces might change. We'll do our best to document these changes and minimize disruption. +> +> 🙏 **We Need Your Feedback**: Please try out Open Notebook and let us know what you think! Submit issues, feature requests, or just share your experience through: +> - GitHub Issues +> - Discussions +> - Pull Requests +> +> Together, we can make it even better! +
@@ -153,6 +166,15 @@ Go to the [Usage](docs/USAGE.md) page to learn how to use all features. ## 🚀 New Features +### v0.1 - Release Candidate + +- Better citations and improved search capabilities +- The "Ask" feature is much smarter now and let's you check its thinking +- Enabled support for X.AI and Groq models +- Select default transformations to apply to all content +- Save insights as custom notes +- Items are added to context by default + ### v0.0.10 - Gemini podcast model - Added the Gemini model for generating much more fluid and engaging podcasts diff --git a/docs/SETUP.md b/docs/SETUP.md index 177129c..ec46df9 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -89,10 +89,10 @@ Go to the settings page and create your different models. | Model Type | Supported Providers | |------------|-----------| -| Language | OpenAI, Anthropic, Open Router, LiteLLM, Vertex AI, Vertex AI, Anthropic, Gemini, Ollama | +| Language | OpenAI, Anthropic, Open Router, LiteLLM, Vertex AI, Vertex AI, Anthropic, Gemini, Ollama, xAI, Groq | | Embedding | OpenAI, Gemini, Vertex AI, Ollama | -| Speech to Text | OpenAI | -| Text to Speech | OpenAI, ElevenLabs | +| Speech to Text | OpenAI, Groq | +| Text to Speech | OpenAI, ElevenLabs, Gemini | > 📝 **Notice:** For complete usage of all the features, you need to setup at least 4 models (one of each type).