bifrostlab / llm-assistant

Multifunctional LLM Assistant for Discord
8 stars 6 forks source link

refactor: remove litellm dependencies #45

Closed nqngo closed 7 months ago

nqngo commented 7 months ago

Remove LiteLLM as a dependency for the Discord bot as it is now running in a separate docker container.

See:

https://github.com/bifrostlab/deploy-llm-bot/pull/12

nqngo commented 7 months ago

Tests broken

Remove test, no problem. Jk let me fix it.

rodonguyen commented 7 months ago

I don't know much about Docker stuff but it looks good XD (as long as it works)

nqngo commented 7 months ago

Per last week discussion, the test is removed from github actions. Will need to rewrite the test to mock to ensure we can test functionality without calling the actual LiteLLM proxy.