| #https://huggingface.co/spaces/MisterAI/GenDoc_05 | |
| #/home/user/llm/list_llm.py_01 | |
| # Liste des modèles de texte et d'image | |
| TEXT_MODELS = { | |
| # "Mistral Nemo 2407 (GGUF)": "MisterAI/Bartowski_MistralAI_Mistral-Nemo-Instruct-2407-IQ4_XS.gguf", | |
| # "Mixtral 8x7B": "mistralai/Mixtral-8x7B-v0.1", | |
| # "Lucie 7B": "OpenLLM-France/Lucie-7B" | |
| } | |
| IMAGE_MODELS = { | |
| "FLUX.1": "black-forest-labs/FLUX.1-schnell", | |
| "ArtifyAI": "ImageInception/ArtifyAI-v1.1" | |
| } | |