Skip to content

Commit

Permalink
CHAt_screen api added succesfully
Browse files Browse the repository at this point in the history
  • Loading branch information
rudramistry001 committed Jan 19, 2024
1 parent c8633b1 commit cb74a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/lib/screens/chat_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class _ChatScreenState extends State<ChatScreen> {

void sendMsg() async {
String text = controller.text;
String apiKey = "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";
String apiKey = "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";
controller.clear();
try {
if (text.isNotEmpty) {
Expand Down

0 comments on commit cb74a90

Please sign in to comment.