mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Default to StableBeluga2 for Petals
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
||||
import { getModelDetail, getTokens } from './Models.svelte'
|
||||
|
||||
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 => {
|
||||
if (!get(apiKeyStorage)) return defaultModelPetals
|
||||
|
||||
Reference in New Issue
Block a user