Erol444 / gpt4-openai-api

Python package that provides (unofficial) API access to the GPT-4 through chat.openai.com. Works with langchain. Supports browsing, DALL-E 3, plugins, continuing generation.
165 stars 38 forks source link

Deprecated function in LangChain #37

Open DexterBoyGen opened 6 months ago

DexterBoyGen commented 6 months ago

python3 ChatOpenAi.py ~/python3.10/site-packages/langchain_core/_api/deprecation.py:117: LangChainDeprecationWarning: The function __call__ was deprecated in LangChain 0.1.7 and will be removed in 0.2.0. Use invoke instead.

Erol444 commented 6 months ago

Hi @DexterBoyGen , Feel free to create a PR (using invoke instead of __call__), and it will get merged. Thanks, Erik