Passing seed value to OpenAI APIto get mostly consistent response #190
-
According to https://cookbook.openai.com/examples/deterministic_outputs_with_the_seed_parameter, OpenAI API providing provision to pass seed value along with prompt. With current implementation of Spring AI, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Omkar-Shetkar , thank you for bringing this up. |
Beta Was this translation helpful? Give feedback.
Hey @Omkar-Shetkar , thank you for bringing this up.
I believe the new options support: #288 would allow configuring default and runtime seed
seed
values?