Skip to content

Commit

Permalink
chatbot restored services
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER committed Nov 16, 2024
1 parent 73276be commit e60b5e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*"
tag: v2.1.2
tag: v2.1.3
token: ${{ secrets.TOKEN }}
name: "stable-v2.1.2"
name: "stable-v2.1.3"
body: |
## What's New in v2.1.2
## What's New in v2.1.3
- **Improved AI Chat Functionality**
- **Redis DS Change - HashMaps**
Expand Down
2 changes: 1 addition & 1 deletion lib/presentation/chat_screen/chat_with_ai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class _ChatScreenState extends State<ChatScreen> {
}

var scrollController = ScrollController();
static const apiKey = "AIzaSyBd6AiBrx_5Kt1vQwAtDfHOqt1AztpoZ2s";
static const apiKey = "AIzaSyDLBagabnyXHst0ftIRJmokcf2xntnbX9I";
final model = GenerativeModel(model: 'gemini-1.5-flash', apiKey: apiKey);

final List<Message> _messages = [];
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.2
version: 2.1.3
environment:
sdk: ^3.5.3
dependencies:
Expand Down

0 comments on commit e60b5e8

Please sign in to comment.