Created
October 28, 2025 12:45
-
-
Save ChristianKniep/eecec16a4a7d6af544e02a6b9713dd2a to your computer and use it in GitHub Desktop.
MemMachine Locust Benchmark: litellm/config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model_list: | |
| - model_name: qwen3:8b | |
| litellm_params: | |
| model: ollama/qwen3:8b | |
| api_base: http://ollama:11434 | |
| - model_name: qwen3-embedding:0.6b | |
| litellm_params: | |
| model: ollama/qwen3-embedding:0.6b | |
| api_base: http://ollama:11434 | |
| litellm_settings: | |
| drop_params: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment