Skip to content

Commit

Permalink
Replaced wildcard user prompt with "Wildcard"
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconwitch committed May 24, 2024
1 parent 8494219 commit 28f3d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/noa_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class NoaApi {
List<NoaMessage> response = List.empty(growable: true);

response.add(NoaMessage(
message: body['user_prompt'],
message: "Wildcard 👻",
from: NoaRole.user,
time: DateTime.now(),
));
Expand Down

0 comments on commit 28f3d43

Please sign in to comment.