fixed bugs

This commit is contained in:
belviskhoremk
2026-02-23 14:51:01 +00:00
parent f5d1bfb49d
commit 979fb43228
2 changed files with 5 additions and 5 deletions

View File

@@ -73,15 +73,15 @@ export function useDebounce<T>(value: T, delay: number = 300): T {
export const AVAILABLE_MODELS = [
{
id: 'accounts/fireworks/models/llama-v3p1-70b-instruct',
name: 'Llama 3.1 70B',
id: 'accounts/fireworks/models/kimi-k2-instruct-0905',
name: 'Kimi K2 Instruct 0905',
provider: 'Fireworks AI',
plans: ['starter', 'pro', 'enterprise'],
badge: 'Fast',
},
{
id: 'accounts/fireworks/models/mixtral-8x7b-instruct',
name: 'Mixtral 8x7B',
id: 'accounts/fireworks/models/deepseek-v3p2',
name: 'Deepseek V3.2',
provider: 'Fireworks AI',
plans: ['starter', 'pro', 'enterprise'],
badge: 'Balanced',

View File

@@ -17,7 +17,7 @@ const DEFAULT_FORM: ChatbotFormData = {
name: '',
description: '',
system_prompt: '',
model: 'accounts/fireworks/models/llama-v3p1-70b-instruct',
model: 'accounts/fireworks/models/kimi-k2-instruct-0905',
temperature: 0.7,
max_tokens: 1000,
primary_color: '#6366f1',