mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-27 15:36:56 +00:00
* initial import * Update haystack/components/generators/openai.py Co-authored-by: Sebastian Husch Lee <sjrl@users.noreply.github.com> * docs: fixing * supporting the three use cases: no system prompt, using system prompt defined at init, using system prompt defined at run time * renaming 'run_time_system_prompt' to 'system_prompt' * adding tests, converting methods to static --------- Co-authored-by: Sebastian Husch Lee <sjrl@users.noreply.github.com>