Skip to content

Commit

Permalink
Adjust default temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdev-pl committed Jun 19, 2024
1 parent 4f23be6 commit 595ed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/settings.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {db} from '@/db';
import type {Settings} from '@/models/settings.model';

export const useSettingsStore = defineStore('settings', () => {
const DEFAULT_OPENAI_TEMP = '0.7';
const DEFAULT_OPENAI_TEMP = '0.5';
const DEFAULT_OPENAI_MODEL = 'gpt-3.5-turbo';
const DEFAILT_OPENAI_MAX_TOKENS = '2025';

Expand Down

0 comments on commit 595ed16

Please sign in to comment.