You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside the docker container, i can successfully run aider --model my-custom-model --verbose --no-show-model-warnings and get everything to run, but if i run ./benchmark/benchmark.py test --model my-custom-model --exercises-dir polyglot-benchmark --num-tests 1 --verbose --new, i get:
litellm.BadRequestError: LLM Provider NOT provided. Pass in the LLM provider you are trying to call. You passed
model=test-config
Pass model as E.g. For 'Huggingface' inference endpoints pass in `completion(model='huggingface/starcoder',..)`
Learn more: https://docs.litellm.ai/docs/providers
perhaps there are some additional flags that need to be added to benchmark.py (that would get passed to aider as command line flags?)
or perhaps it's just an issue of the config not being in the right folder? my suspicion is that it has to do with launching aider in all the different subfolders, and that the benchmark script might need to be updated to point to the .aider.model.settings.yml in the parent directory.
Issue
@paul-gauthier
i'm having trouble running https://github.com/Aider-AI/aider/blob/a44ebfe99fdb5bb578d22fd292c3b94dcd4d05a9/benchmark/benchmark.py with a .aider.model.settings.yml file.
inside the docker container, i can successfully run
aider --model my-custom-model --verbose --no-show-model-warnings
and get everything to run, but if i run./benchmark/benchmark.py test --model my-custom-model --exercises-dir polyglot-benchmark --num-tests 1 --verbose --new
, i get:and
perhaps there are some additional flags that need to be added to benchmark.py (that would get passed to aider as command line flags?)
or perhaps it's just an issue of the config not being in the right folder? my suspicion is that it has to do with launching aider in all the different subfolders, and that the benchmark script might need to be updated to point to the .aider.model.settings.yml in the parent directory.
Version and model info
versions: 0.70.1.dev
models: https://github.com/mixtcha/mixtcha/tree/main/integrations/aider
current workaround
https://github.com/mixtcha/mixtcha/tree/main/integrations/aider#benchmarking-a-mixtcha
The text was updated successfully, but these errors were encountered: