Skip to content

Commit

Permalink
chore: gpt 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
aengzu committed Sep 23, 2024
1 parent d22efa3 commit e58bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/service/response_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ResponseService {
apiKey: apiKey,
defaultOptions: const ChatOpenAIOptions(
temperature: 0.8,
model: 'gpt-4',
model: 'gpt-4-turbo',
maxTokens: 200,
),
);
Expand Down

0 comments on commit e58bb89

Please sign in to comment.