mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
12190ad728
**Description:** I fixed langchain-openai unknown parameter error with gpt-4-turbo. It seems that the behavior of the Chat Completions API implicitly changed when using the latest gpt-4-turbo model, differing from previous models. It now appears to reject parameters that are not listed in the [API Reference](https://platform.openai.com/docs/api-reference/chat/create). So I found some errors and fixed them. **Issue:** https://github.com/langchain-ai/langchain/issues/20264 **Dependencies:** none **Twitter handle:** https://twitter.com/oshima_123 |
||
---|---|---|
.. | ||
integration_tests | ||
unit_tests | ||
__init__.py |