#Setting Seed in DALL-E: ChatGPT & API
1 messages · Page 1 of 1 (latest)
Hi @plush ether. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
I'm sorry, but the provided extracts do not contain specific information on how to set a seed in DALL-E for ChatGPT or the API. However, in the context of text generation models, OpenAI does provide a way to set a seed for deterministic outputs. You can set the seed parameter to any integer of your choice and use the same value across requests you'd like deterministic outputs for. Ensure all other parameters (like prompt or temperature) are the exact same across requests. You can find more about this in the OpenAI platform documentation (https://platform.openai.com/docs/guides/text-generation).