Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge remote master #5363

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update default model and temperature
  • Loading branch information
zhihuz123 authored Mar 16, 2024
commit 3b27a687944b988039daad9c8c17ab72521aca51
4 changes: 2 additions & 2 deletions app/store/config.ts
Original file line number Diff line number Diff line change
@@ -46,8 +46,8 @@ export const DEFAULT_CONFIG = {
models: DEFAULT_MODELS as any as LLMModel[],

modelConfig: {
model: "gpt-3.5-turbo" as ModelType,
temperature: 0.5,
model: "gpt-4-0613" as ModelType,
temperature: 0.7,
top_p: 1,
max_tokens: 4000,
presence_penalty: 0,