litellm-mirror/litellm/tests
2023-12-16 18:31:55 +05:30
..
example_config_yaml (test) proxy - cache config 2023-12-16 14:45:06 +05:30
test_configs (test) proxy - AuthError Exception mapping 2023-12-15 14:10:42 +05:30
test_model_response_typing add linting 2023-08-18 11:05:05 -07:00
conftest.py test: reinitialize litellm before each test 2023-12-12 07:49:06 -08:00
data_map.txt updating budget manager 2023-09-11 10:58:09 -07:00
langfuse.log bump: version 1.12.5.dev1 → 1.12.5 2023-12-12 11:11:09 -08:00
litellm_uuid.txt adding telemetry to litellm 2023-08-02 12:34:49 -07:00
model_cost.json update budget manager 2023-09-09 20:06:09 -07:00
test_acooldowns_router.py (test) test_cooldown_same_model_name 2023-12-15 07:07:53 +05:30
test_add_function_to_prompt.py (testing) test_function_call_non_openai_model 2023-11-02 17:26:30 -07:00
test_amazing_vertex_completion.py (test) gemini pro vision 2023-12-16 18:31:55 +05:30
test_async_fn.py fix(router.py): support cloudflare ai gateway for azure models on router 2023-11-30 14:09:06 -08:00
test_bad_params.py (test) temp comment unstable NLP Cloud API test 2023-10-12 18:24:37 -07:00
test_batch_completions.py fix(main.py): logit bias mapping for batch_completions 2023-11-24 16:05:51 -08:00
test_budget_manager.py remove budget manager 2023-09-30 11:42:56 -07:00
test_caching.py (test) - caching - override when caching = False 2023-12-14 16:20:29 +05:30
test_caching_ssl.py test: test_router.py 2023-12-07 20:10:36 -08:00
test_class.py refactor(router.py): renaming variable 2023-11-15 12:31:29 -08:00
test_completion.py (test) mistral - safe_mode 2023-12-14 18:42:55 +05:30
test_completion_with_retries.py (test) passing max_retries 2023-11-20 16:57:37 -08:00
test_config.py add token trimming to adapt to prompt flag in config 2023-09-21 17:47:52 -07:00
test_custom_callback_input.py test(test_custom_callback_router.py): fix testing 2023-12-14 09:57:35 -08:00
test_custom_callback_router.py test(test_custom_callback_router.py): fix testing 2023-12-14 09:57:35 -08:00
test_custom_logger.py fix(main.py): log user for embedding calls 2023-12-14 15:14:37 -08:00
test_dynamodb_logs.py (test) dynamodb set table name 2023-12-15 21:39:03 +05:30
test_embedding.py fix(proxy_server.py): don't pass in user param if not sent 2023-12-14 14:17:33 -08:00
test_exceptions.py (test) raise NotFoundError 2023-12-15 10:18:53 +05:30
test_function_calling.py fix(utils.py): fix parallel tool calling when streaming 2023-11-29 10:56:21 -08:00
test_get_llm_provider.py fix(utils.py): fix get_llm_provider to handle the ':' in anthropic/bedrock calls 2023-12-07 14:19:11 -08:00
test_get_model_cost_map.py (feat) cost tracking for azure llms 2023-11-23 21:41:38 -08:00
test_get_model_file.py test(init.py): improving testing for get_model_cost_map 2023-10-18 14:55:36 -07:00
test_get_model_list.py linting fixes 2023-08-22 15:17:38 -07:00
test_helicone_integration.py fix(main.py): removing print_verbose 2023-10-30 20:37:12 -07:00
test_hf_prompt_templates.py add support for custom hf prompt templates 2023-09-30 15:37:30 -07:00
test_langchain_ChatLiteLLM.py fix(tests): fixing response objects for testing 2023-11-13 14:39:30 -08:00
test_langfuse.py (test) langfuse 2023-12-09 22:58:23 -08:00
test_langsmith.py (test) langsmith logger with metadata 2023-10-18 12:00:30 -07:00
test_least_busy_routing.py fix(router.py): fix least-busy routing 2023-12-08 20:29:49 -08:00
test_litellm_max_budget.py make max budget work for openai streaming 2023-09-14 16:22:52 -07:00
test_llmonitor_integration.py test: cleanup testing 2023-11-15 17:57:14 -08:00
test_loadtest_router.py test: load test router 2023-11-17 08:23:44 -08:00
test_logging.py ci(test_logging): need to rewrite test_logging to work in parallel testing 2023-10-07 19:18:09 -07:00
test_longer_context_fallback.py update to expose longer_context_model_fallback_dict 2023-09-25 20:30:12 -07:00
test_mock_request.py remove print statements 2023-09-27 17:06:49 -07:00
test_model_alias_map.py test: testing fixes 2023-12-12 10:57:51 -08:00
test_multiple_deployments.py fix(utils.py): fix rules calling 2023-11-20 21:06:36 -08:00
test_ollama.py (test) ollama test 2023-12-14 19:48:18 +05:30
test_ollama_local.py (test) ollama-local, add llava test 2023-12-16 10:35:43 +05:30
test_optional_params.py test(test_optional_params.py): unit tests for get_optional_params_embeddings() 2023-12-14 14:32:36 -08:00
test_profiling_router.py test(test_token_counter.py): include testing for function calls 2023-11-30 18:24:21 -08:00
test_prompt_factory.py fix(proxy_server): fix prompt template for proxy server 2023-10-11 21:08:42 -07:00
test_promptlayer_integration.py (test) promptlayer logger 2023-11-02 08:18:00 -07:00
test_provider_specific_config.py docs(quick_start.md): add docs on calling openai-compatible endpoint on proxy 2023-12-06 11:06:09 -08:00
test_proxy_custom_auth.py (fix) test proxy 2023-12-11 22:12:22 -08:00
test_proxy_custom_logger.py (test) proxy use fixtures 2023-12-11 20:03:46 -08:00
test_proxy_exception_mapping.py (test) proxy - AuthError Exception mapping 2023-12-15 14:10:42 +05:30
test_proxy_gunicorn.py fix(bedrock.py): fix embeddings call 2023-12-06 14:16:00 -08:00
test_proxy_server.py (test) proxy - cache config 2023-12-16 14:45:06 +05:30
test_proxy_server_caching.py test: cleaning up local testing 2023-12-07 14:20:14 -08:00
test_proxy_server_cost.py feat(utils.py): add async success callbacks for custom functions 2023-12-04 16:42:40 -08:00
test_proxy_server_keys.py feat(proxy_server.py): add new /key/update endpoint 2023-12-12 17:18:51 -08:00
test_proxy_server_langfuse.py test(test_proxy_server_langfuse.py): add langfuse proxy testing 2023-12-06 17:19:17 -08:00
test_proxy_server_spend.py (ci/cd) comment beta test 2023-12-08 14:27:53 -08:00
test_register_model.py feat(main.py): allow updating model cost via completion() 2023-11-29 20:14:39 -08:00
test_router.py refactor(test_router_caching.py): add tests for router caching 2023-12-15 20:38:51 -08:00
test_router_caching.py feat(router.py): support caching groups 2023-12-15 21:45:51 -08:00
test_router_fallbacks.py fix(router.py): deepcopy initial model list, don't mutate it 2023-12-12 09:54:06 -08:00
test_router_get_deployments.py (test) router_get_deployments - stop using remove_model_id 2023-12-15 07:07:53 +05:30
test_router_init.py (test) init router 2023-12-04 17:31:12 -08:00
test_rules.py test(test_rules.py): refactor testing 2023-11-21 10:01:06 -08:00
test_stream_chunk_builder.py fix(utils.py): fix azure streaming bug 2023-12-04 12:38:22 -08:00
test_streaming.py (test) mistral api streaming 2023-12-14 18:28:03 +05:30
test_supabase_integration.py (ci/cd) fix timeout error 2023-11-17 17:46:49 -08:00
test_text_completion.py fix(main.py): support async streaming for text completions endpoint 2023-12-14 13:56:32 -08:00
test_timeout.py (test) catch streaming + timeout exceptions 2023-11-21 13:46:21 -08:00
test_together_ai.py test: fix testing 2023-12-06 19:35:12 -08:00
test_token_counter.py test(test_token_counter.py): include testing for function calls 2023-11-30 18:24:21 -08:00
test_traceloop.py (test) OTEL / traceloop - waiting for async support 2023-12-06 10:08:37 -08:00
test_utils.py test: fix flaky test 2023-12-01 15:46:39 -08:00
test_validate_environment.py fix linting bugs 2023-09-23 22:23:41 -07:00
test_wandb.py (test) wandb logger 2023-11-20 19:08:53 -08:00
user_cost.json updating budget manager 2023-09-11 10:58:09 -07:00
vertex_key.json (test) add vertex ai to ci/cd 2023-12-07 10:20:21 -08:00