Skip to content

Commit

Permalink
Change defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Maria committed May 30, 2024
1 parent 49afe16 commit 53aeb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/config-slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export const createConfigSlice: StoreSlice<ConfigSlice> = (set, get) => ({
advancedMode: true,
defaultChatConfig: _defaultChatConfig,
defaultSystemMessage: _defaultSystemMessage,
inlineLatex: false,
inlineLatex: true,
markdownMode: true,
countTotalTokens: false,
countTotalTokens: true,
totalTokenUsed: {},
setOpenConfig: (openConfig: boolean) => {
set((prev: ConfigSlice) => ({
Expand Down

0 comments on commit 53aeb01

Please sign in to comment.