Skip to content

Commit

Permalink
revert: avoid precise mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Dec 13, 2023
1 parent 85b2df5 commit 1101253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/sydney_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class SydneyService extends GetConnect {
"cookies": cookies.value,
"prompt": prompt,
"context": context,
"conversationStyle": useGpt4Turbo.value ? 'Precise' : 'Creative',
"noSearch": noSearch.value,
"imageUrl": imageUrl.value,
"gpt4turbo": useGpt4Turbo.value
Expand Down

0 comments on commit 1101253

Please sign in to comment.