-
Hello, can I ask if I can add models which allow for image or video such as OpenAI's Dall-e-3 model? |
Beta Was this translation helpful? Give feedback.
Answered by
nsarrazin
Nov 22, 2024
Replies: 1 comment 1 reply
-
hi! The way we do this in HuggingChat is by having tools and a tool calling compatible model. The tools are hosted on Hugging Face Spaces, for example the image generation one is black-forest-labs/FLUX.1-schnell You can check out our prod config here: prod.yaml Of interest to you are the
It's not the easiest feature to implement in the config but let me know if that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
choonspin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi! The way we do this in HuggingChat is by having tools and a tool calling compatible model. The tools are hosted on Hugging Face Spaces, for example the image generation one is black-forest-labs/FLUX.1-schnell
You can check out our prod config here: prod.yaml
Of interest to you are the
MODELS
andTOOLS
env variable