mirror of
http://88.130.71.182:3000/BlitTech/contexta_fe.git
synced 2026-06-12 23:23:22 +00:00
fixed bugs
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user