jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Refactor LLM requests to use LiteLLM instead of OpenAI SDK #98

Open mentatbot[bot] opened 4 months ago

mentatbot[bot] commented 4 months ago

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