jawa0 / aish3

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

Use LiteLLM to issue all LLM requests, rather than using OpenAI's Python SDK directly #97

Closed jawa0 closed 3 months ago

jawa0 commented 3 months ago

@MentatBot I want you to find everywhere that we make requests to LLMs and instead of making the requests directly through the OpenAI SDK, I want you to use the LiteLLM Python package.

This is a first step to being able to call different models, from different providers (such as Claude from Anthropic).

Make sure that the aish agent requests continue to work and also the LLMChatContainer continues to work.

mentatbot[bot] commented 3 months ago

I will start working on this issue