diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 487077f..2f76adb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,12 +60,13 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*" - tag: v2.1.3 + tag: v2.1.4 token: ${{ secrets.TOKEN }} - name: "stable-v2.1.3" + name: "stable-v2.1.4" body: | - ## What's New in v2.1.3 + ## What's New in v2.1.4 + - **Backend Services Working** - **Improved AI Chat Functionality** - **Redis DS Change - HashMaps** - **Minor Bug fixes** diff --git a/README.md b/README.md index 51acb21..e3a928d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**IMPORTANT : Dev DATABASE AND SERVICES EXPIRED** +**IMPORTANT : Backend Services Working** ![Mindful-App](https://socialify.git.ci/ARYPROGRAMMER/Mindful-App/image?description=1&descriptionEditable=Mindful%20is%20a%20mental%20wellness%20app%20designed%20to%20support%20users%20in%20managing%20stress%20and%20anxiety&font=Source%20Code%20Pro&language=1&name=1&owner=1&pattern=Diagonal%20Stripes&stargazers=1&theme=Dark) diff --git a/lib/presentation/chat_screen/chat_with_ai.dart b/lib/presentation/chat_screen/chat_with_ai.dart index 11f0cfa..ca11b0c 100644 --- a/lib/presentation/chat_screen/chat_with_ai.dart +++ b/lib/presentation/chat_screen/chat_with_ai.dart @@ -38,8 +38,8 @@ class _ChatScreenState extends State { } var scrollController = ScrollController(); - static const apiKey = "AIzaSyDLBagabnyXHst0ftIRJmokcf2xntnbX9I"; - final model = GenerativeModel(model: 'gemini-1.5-flash', apiKey: apiKey); + static const apiKey = "AIzaSyDepZiY8dOe8UjZwjiAfhB1Qd6Bv55g73g"; + final model = GenerativeModel(model: 'gemini-1.5-flash-002', apiKey: apiKey); final List _messages = []; double c = 0; diff --git a/pubspec.yaml b/pubspec.yaml index 465bd26..c1c1400 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: mental_health description: "Mindful App : Dedicated to Medical Facilities" publish_to: 'none' -version: 2.1.3 +version: 2.1.4 environment: sdk: ^3.5.3 dependencies: