Experimental support for changing LLM providers and models in the config file.

This commit is contained in:
David J. Bianco
2024-08-22 14:39:47 -04:00
parent df203a7a55
commit 7e38c43dee
2 changed files with 48 additions and 5 deletions

View File

@ -1,3 +1,13 @@
langchain
langchain_community
# For OpenAI models
langchain_openai
# For Google's Gemini models
langchain_google_genai
# For AWS
langchain_aws
transformers
torch
# For anthropic models (via AWS)
anthropic