Skip to content

Commit

Permalink
Default Fast/Func llms to 'gpt-3.5-turbo-16k-0613'
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Nov 2, 2023
1 parent b7e40cf commit 151117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/llms/store-llms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ export const useModelsStore = create<ModelsData & ModelsActions>()(


const defaultChatSuffixPreference = ['gpt-4-0613', 'gpt-4', 'gpt-4-32k', 'gpt-3.5-turbo'];
const defaultFastSuffixPreference = ['gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo'];
const defaultFuncSuffixPreference = ['gpt-3.5-turbo-0613', 'gpt-4-0613'];
const defaultFastSuffixPreference = ['gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo'];
const defaultFuncSuffixPreference = ['gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-0613', 'gpt-4-0613'];

export function findLLMOrThrow<TSourceSetup, TLLMOptions>(llmId: DLLMId): DLLM<TSourceSetup, TLLMOptions> {
const llm = useModelsStore.getState().llms.find(llm => llm.id === llmId);
Expand Down

1 comment on commit 151117e

@vercel
Copy link

@vercel vercel bot commented on 151117e Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

get.big-agi.com
big-agi-git-main-enricoros.vercel.app
big-agi-enricoros.vercel.app

Please sign in to comment.