Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed May 29, 2023
1 parent b6fa06d commit 96b8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/api/chat_session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const getChatSessionDefault = async (title: string): Promise<Chat.Session
uuid,
maxLength: 4,
temperature: 1,
model: default_model.Name,
model: default_model.name,
topP: 1,
n: 1,
maxTokens: 512,
Expand Down

0 comments on commit 96b8b3e

Please sign in to comment.