haystack/releasenotes/notes/restrict-openai-supports-method-fb126583e4beb057.yaml
Stefano Fiorucci 6f534873a5
fix: restrict supports method in the OpenAI invocation layer and a similar method in the EmbeddingRetriever (#5458)
* restrict OpenAI supports method

* better note

* Update releasenotes/notes/restrict-openai-supports-method-fb126583e4beb057.yaml

Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>

---------

Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
2023-07-31 13:14:22 +02:00

6 lines
205 B
YAML

---
fixes:
- |
Restricts the criteria for identifying an OpenAI model in the PromptNode and in the EmbeddingRetriever.
Previously, the criteria were quite loose, leading to more false positives.