Skip to content

Commit

Permalink
gemini services restored
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER committed Nov 16, 2024
1 parent e60b5e8 commit 67fd0ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions lib/presentation/chat_screen/chat_with_ai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class _ChatScreenState extends State<ChatScreen> {
}

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<Message> _messages = [];
double c = 0;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 67fd0ae

Please sign in to comment.