feat: ditch triplit, move to postgresql + drizzle orm
This commit is contained in:
@@ -50,6 +50,8 @@ import {
|
||||
LogoAionLabs,
|
||||
LogoMicrosoft,
|
||||
LogoInflection,
|
||||
LogoVllm,
|
||||
LogoClosedRouter,
|
||||
} from '#components';
|
||||
import { markRaw } from 'vue';
|
||||
|
||||
@@ -186,6 +188,7 @@ const MODEL_MAPPINGS: ModelConfig[] = [
|
||||
/magistral/,
|
||||
/devstral/,
|
||||
/voxtral/,
|
||||
/leanstral/,
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -325,6 +328,10 @@ export const providerIcons: Record<string, any | null> = {
|
||||
openrouter: markRaw(LogoOpenrouter),
|
||||
cerebras: markRaw(LogoCerebras),
|
||||
longcat: markRaw(LogoLongCat),
|
||||
inception: markRaw(LogoInception),
|
||||
mistral: markRaw(LogoMistral),
|
||||
vllm: markRaw(LogoVllm),
|
||||
closedrouter: markRaw(LogoClosedRouter),
|
||||
};
|
||||
|
||||
export function getModelConfig(modelId: string) {
|
||||
|
||||
Reference in New Issue
Block a user