Spaces:
Building
Building
Update flare-ui/src/app/components/environment/environment.component.ts
Browse files
flare-ui/src/app/components/environment/environment.component.ts
CHANGED
@@ -320,7 +320,7 @@ export class EnvironmentComponent implements OnInit, OnDestroy {
|
|
320 |
},
|
321 |
{
|
322 |
type: 'llm',
|
323 |
-
name: '
|
324 |
display_name: 'GPT-4o',
|
325 |
requires_endpoint: false,
|
326 |
requires_api_key: true,
|
@@ -329,7 +329,7 @@ export class EnvironmentComponent implements OnInit, OnDestroy {
|
|
329 |
},
|
330 |
{
|
331 |
type: 'llm',
|
332 |
-
name: '
|
333 |
display_name: 'GPT-4o Mini',
|
334 |
requires_endpoint: false,
|
335 |
requires_api_key: true,
|
@@ -603,8 +603,8 @@ export class EnvironmentComponent implements OnInit, OnDestroy {
|
|
603 |
if (!provider || !provider.name) return 'smart_toy';
|
604 |
|
605 |
switch(provider.name) {
|
606 |
-
case '
|
607 |
-
case '
|
608 |
return 'psychology';
|
609 |
case 'spark':
|
610 |
return 'auto_awesome';
|
|
|
320 |
},
|
321 |
{
|
322 |
type: 'llm',
|
323 |
+
name: 'gpt-4o',
|
324 |
display_name: 'GPT-4o',
|
325 |
requires_endpoint: false,
|
326 |
requires_api_key: true,
|
|
|
329 |
},
|
330 |
{
|
331 |
type: 'llm',
|
332 |
+
name: 'gpt-4o-mini',
|
333 |
display_name: 'GPT-4o Mini',
|
334 |
requires_endpoint: false,
|
335 |
requires_api_key: true,
|
|
|
603 |
if (!provider || !provider.name) return 'smart_toy';
|
604 |
|
605 |
switch(provider.name) {
|
606 |
+
case 'gpt-4o':
|
607 |
+
case 'gpt-4o-mini':
|
608 |
return 'psychology';
|
609 |
case 'spark':
|
610 |
return 'auto_awesome';
|