This update replaces the direct usage of OpenAI's Python SDK with the LiteLLM Python package for issuing LLM requests. The changes ensure that the aish agent requests and the LLMChatContainer continue to function correctly. This is a preliminary step towards supporting multiple models from different providers, such as Claude from Anthropic.
This update replaces the direct usage of OpenAI's Python SDK with the LiteLLM Python package for issuing LLM requests. The changes ensure that the aish agent requests and the LLMChatContainer continue to function correctly. This is a preliminary step towards supporting multiple models from different providers, such as Claude from Anthropic.
Closes #97