Looks like litellm does a (too) good job of encapsulating the calls to openai, making calls to local openai-api-based models require a proxy to intercept and re-route.
Is this the recommended approach for the time being? Any plans to drop the litellm dependency, use one that's a little more open, or write your own layer?
It would be nice to use this with swappable models especially since AC seems to generalize across general instruct models and not require function-calling models.
Looks like
litellmdoes a (too) good job of encapsulating the calls to openai, making calls to local openai-api-based models require a proxy to intercept and re-route.Is this the recommended approach for the time being? Any plans to drop the litellm dependency, use one that's a little more open, or write your own layer?
It would be nice to use this with swappable models especially since AC seems to generalize across general instruct models and not require function-calling models.