Spaces:
Running
Running
File size: 1,029 Bytes
de2d4cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
import type { Model } from "./type";
export const TEXT_GENERATIONS: Array<Model> = [
{
id: "meta-llama/Llama-2-7b-chat-hf",
logo: "https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/646cf8084eefb026fb8fd8bc/oCTqufkdTkjyGodsx1vo1.png?w=200&h=200&f=face",
},
{
id: "HuggingFaceH4/zephyr-7b-beta",
logo: "https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/5f0c746619cb630495b814fd/j26aNEdiOgptZxJ6akGCC.png?w=200&h=200&f=face",
},
{
id: "mistralai/Mistral-7B-v0.1",
logo: "https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62dac1c7a8ead43d20e3e17a/wrLf5yaGC6ng4XME70w6Z.png?w=200&h=200&f=face",
},
];
export const IMAGE_GENERATIONS: Array<Model> = [
{
id: "stabilityai/stable-diffusion-xl-base-1.0",
logo: "https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/643feeb67bc3fbde1385cc25/7vmYr2XwVcPtkLzac_jxQ.png?w=200&h=200&f=face"
},
] |