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 = [ export const AVAILABLE_MODELS = [
{ {
id: 'accounts/fireworks/models/llama-v3p1-70b-instruct', id: 'accounts/fireworks/models/kimi-k2-instruct-0905',
name: 'Llama 3.1 70B', name: 'Kimi K2 Instruct 0905',
provider: 'Fireworks AI', provider: 'Fireworks AI',
plans: ['starter', 'pro', 'enterprise'], plans: ['starter', 'pro', 'enterprise'],
badge: 'Fast', badge: 'Fast',
}, },
{ {
id: 'accounts/fireworks/models/mixtral-8x7b-instruct', id: 'accounts/fireworks/models/deepseek-v3p2',
name: 'Mixtral 8x7B', name: 'Deepseek V3.2',
provider: 'Fireworks AI', provider: 'Fireworks AI',
plans: ['starter', 'pro', 'enterprise'], plans: ['starter', 'pro', 'enterprise'],
badge: 'Balanced', badge: 'Balanced',

View File

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