From b9641bfaa8a146f0aa4a7bd0aca2211e7a1197af Mon Sep 17 00:00:00 2001 From: Jimmy Wong <37492595+thinkingjimmy@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:15:16 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1edf85..3a71b5e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Download · - PoleStar Chat Public Wiki + Public Wiki · Discord · @@ -27,15 +27,19 @@ To make the product more approachable, the product's design adopts IM interactio **Support for multiple models:** Most products support only one model, but we support multiple AI models, such as text-to-image models or open-source models(Plan to support Midjourney and more!): +image + +**Support for API calls and external data sources:** +In addition to supporting multiple models, we plan to support the ability to call external APIs and custom data sources. This means that in the future you can ask the AI to help you make an appointment in Google Calendar by entering text. Or you can use our tools to build your own knowledge base AI Bot. + **Open source:** As the Chinese old saying goes, many hands make light work. We can't get more people to use AI by our efforts alone, so we decided to introduce the power of the open-source community. We expect to open-source our code (excluding server-side code) around July, and everyone can use our product for secondary development. **Pay-as-you-go mode:** -The most significant obstacle for users is the price. OpenAI membership costs $20 per month, Midjourney costs $30 per month, but for individual use, it may not be feasible to use them at full capacity, and the $50 monthly fee is still expensive for many people. To solve this problem, we will support paying for Tokens and pay-as-you-go model calls in the future. Simply put, you pay for what you use, reducing usage costs. +At present, the most impact on the use of AI may be the price. OpenAI membership costs $20 per month, Midjourney costs $30 per month, but for individual use, it may not be feasible to use them at full capacity, and the $50 monthly fee is still expensive for many people. To solve this problem, we will support paying for Tokens and pay-as-you-go model calls in the future. Simply put, you pay for what you use. + -**Support for custom data sources:** -In addition to supporting multiple models, we also plan to support custom data sources. This means that in the future, you can use our tool to build your own knowledge base AI Bot.