aws-samples / aws-genai-llm-chatbot

A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
https://aws-samples.github.io/aws-genai-llm-chatbot/
MIT No Attribution
1.11k stars 332 forks source link

bug: Upgrade openai library following the langchain upgrade. #574

Closed charles-marion closed 2 months ago

charles-marion commented 2 months ago

Issue #, if available:

572

Description of changes: The langchain classes in the community package are deprecated and causing issues (see issue #572)

Upgrading the library to use langchain-openai as defined in the doc

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.