Default to StableBeluga2 for Petals

This commit is contained in:
Webifi 2023-09-08 10:56:05 -05:00
parent e09d4732ff
commit bbd51f29eb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import {
import { getModelDetail, getTokens } from './Models.svelte' import { getModelDetail, getTokens } from './Models.svelte'
const defaultModel:Model = 'gpt-3.5-turbo' const defaultModel:Model = 'gpt-3.5-turbo'
const defaultModelPetals:Model = 'meta-llama/Llama-2-70b-chat-hf' const defaultModelPetals:Model = 'stabilityai/StableBeluga2'
export const getDefaultModel = (): Model => { export const getDefaultModel = (): Model => {
if (!get(apiKeyStorage)) return defaultModelPetals if (!get(apiKeyStorage)) return defaultModelPetals