.. |
example_config_yaml
|
fix(ollama.py): use tiktoken as backup for prompt token counting
|
2024-01-09 09:47:18 +05:30 |
test_configs
|
test: ensure test calls contain bearer token
|
2024-01-26 20:15:35 -08:00 |
test_model_response_typing
|
add linting
|
2023-08-18 11:05:05 -07:00 |
conftest.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
data_map.txt
|
updating budget manager
|
2023-09-11 10:58:09 -07:00 |
langfuse.log
|
(test) langfuse_latency_test_user
|
2024-01-19 11:38:44 -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_acompletion.py
|
Moved test to a new file
|
2024-01-09 13:02:12 +01:00 |
test_acooldowns_router.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_add_function_to_prompt.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_alangfuse.py
|
(beta-test) langfuse embedding
|
2024-01-31 10:25:19 -08:00 |
test_amazing_s3_logs.py
|
(test) s3 + r2 logger
|
2024-01-25 21:16:28 -08:00 |
test_amazing_vertex_completion.py
|
test(test_amazing_vertex_completion.py): fix test to handle api instability
|
2024-01-31 08:34:01 -08:00 |
test_async_fn.py
|
(fix) litellm.acompletion with type hints
|
2024-01-11 10:47:12 +05:30 |
test_azure_perf.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_bad_params.py
|
(test) fix test_completion_invalid_param_cohere
|
2024-01-29 17:03:58 -08:00 |
test_batch_completions.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_bedrock_completion.py
|
fix(utils.py): fix if check
|
2024-01-17 17:17:58 -08:00 |
test_budget_manager.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_caching.py
|
(test) caching, swap out unstable model
|
2024-01-29 11:00:15 -08:00 |
test_caching_ssl.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_class.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_completion.py
|
(test) setting organization on litellm.completion
|
2024-01-30 10:36:10 -08:00 |
test_completion_cost.py
|
feat(utils.py): support region based pricing for bedrock + use bedrock's token counts if given
|
2024-01-26 14:53:58 -08:00 |
test_completion_with_retries.py
|
test(test_completion_with_retries.py): remove duplicate test
|
2024-01-10 21:17:30 +05:30 |
test_custom_callback_input.py
|
fix(openai.py): fix image gen logging
|
2024-01-26 21:04:06 -08:00 |
test_custom_callback_router.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_custom_logger.py
|
test(main.py): adding more logging
|
2024-01-25 18:15:24 -08:00 |
test_deployed_proxy_keygen.py
|
refactor: refactor key tests
|
2024-01-10 20:58:29 +05:30 |
test_dynamodb_logs.py
|
test(test_dynamodb_logs.py): skip flaky test
|
2024-01-24 23:18:45 -08:00 |
test_embedding.py
|
(test) bedrock input validation - exceptions
|
2024-01-30 08:12:43 -08:00 |
test_exceptions.py
|
test(test_exceptions.py): fix test name
|
2024-01-23 06:57:18 -08:00 |
test_function_calling.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_get_llm_provider.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_get_model_file.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_get_model_list.py
|
linting fixes
|
2023-08-22 15:17:38 -07:00 |
test_google_ai_studio_gemini.py
|
(fix) retry gemini-pro-vision 3 times
|
2024-01-11 14:39:08 +05:30 |
test_health_check.py
|
fix(main.py): support text completion routing
|
2024-01-12 11:24:31 +05:30 |
test_helicone_integration.py
|
fix(main.py): removing print_verbose
|
2023-10-30 20:37:12 -07:00 |
test_hf_prompt_templates.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_image_generation.py
|
(test) catch litellm.ContentPolicyViolationError
|
2024-01-09 17:04:04 +05:30 |
test_img_resize.py
|
fix(utils.py): support token counting for gpt-4-vision models
|
2024-01-02 14:41:42 +05:30 |
test_key_generate_dynamodb.py
|
(test) fix
|
2024-01-29 18:46:27 -08:00 |
test_key_generate_prisma.py
|
(test) using default key generate params
|
2024-01-29 14:46:36 -08:00 |
test_langchain_ChatLiteLLM.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_langsmith.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_least_busy_routing.py
|
test(test_least_busy_routing.py): fix test
|
2023-12-30 16:12:52 +05:30 |
test_litellm_max_budget.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_llmonitor_integration.py
|
test: cleanup testing
|
2023-11-15 17:57:14 -08:00 |
test_loadtest_router.py
|
docs(load_test.md): add litellm load test script to docs
|
2023-12-29 13:41:44 +05:30 |
test_logging.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_longer_context_fallback.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_lowest_latency_routing.py
|
test(test_lowest_latency_routing.py): use the correct cache key
|
2024-01-10 22:15:01 +05:30 |
test_mock_request.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_model_alias_map.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_multiple_deployments.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_ollama.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_ollama_local.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_ollama_local_chat.py
|
(test) local ollama_chat
|
2023-12-26 20:11:14 +05:30 |
test_optional_params.py
|
(test) get optional_params Azure
|
2024-01-13 14:32:41 -08:00 |
test_parallel_request_limiter.py
|
fix(test_parallel_request_limiter): increase time limit for waiting for success logging event to happen
|
2024-01-30 13:26:17 -08:00 |
test_profiling_router.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_prompt_factory.py
|
Adds tests and updates docs for Claude "pre-fill"
|
2024-01-05 22:58:41 +00:00 |
test_promptlayer_integration.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_provider_specific_config.py
|
fix(ollama.py): use tiktoken as backup for prompt token counting
|
2024-01-09 09:47:18 +05:30 |
test_proxy_custom_auth.py
|
(test) proxy_custom_auth use new exceptions
|
2024-01-23 17:36:13 -08:00 |
test_proxy_custom_logger.py
|
(test) api_key metadata available in callback
|
2024-01-17 16:48:02 -08:00 |
test_proxy_exception_mapping.py
|
(test) proxy exception mapping - exactly like OpenAI
|
2024-01-15 10:43:26 -08:00 |
test_proxy_gunicorn.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_proxy_pass_user_config.py
|
test: ensure test calls contain bearer token
|
2024-01-26 20:15:35 -08:00 |
test_proxy_server.py
|
test: ensure test calls contain bearer token
|
2024-01-26 20:15:35 -08:00 |
test_proxy_server_caching.py
|
test: ensure test calls contain bearer token
|
2024-01-26 20:15:35 -08:00 |
test_proxy_server_cost.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_proxy_server_keys.py
|
(fix) test - moved to circe ci dockerfile
|
2024-01-10 21:54:13 +05:30 |
test_proxy_server_langfuse.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_proxy_server_spend.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_proxy_startup.py
|
(ci/cd) undo change from PR 1464
|
2024-01-16 20:44:00 -08:00 |
test_register_model.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_router.py
|
(ci/cd) add more logging to timeout test
|
2024-01-23 18:39:19 -08:00 |
test_router_caching.py
|
refactor(test_router_caching.py): move tpm/rpm routing tests to separate file
|
2024-01-02 11:10:11 +05:30 |
test_router_client_init.py
|
fix(router.py): periodically re-initialize azure/openai clients to solve max conn issue
|
2023-12-30 15:48:34 +05:30 |
test_router_debug_logs.py
|
fix(__init__.py): enable logging.debug to true if set verbose is true
|
2024-01-23 07:32:30 -08:00 |
test_router_fallbacks.py
|
(test) usage based routing with fallbacks
|
2024-01-22 14:21:30 -08:00 |
test_router_get_deployments.py
|
(test) test_usage_based_routing
|
2024-01-19 14:59:56 -08:00 |
test_router_init.py
|
(test) setting organization as litellm_param
|
2024-01-30 10:52:50 -08:00 |
test_router_policy_violation.py
|
fix(router.py): don't retry malformed / content policy violating errors (400 status code)
|
2024-01-04 22:23:51 +05:30 |
test_router_timeout.py
|
fix(router.py): remove wrapping of router.completion() let clients handle this
|
2024-01-30 21:12:41 -08:00 |
test_rules.py
|
(test) proxy rules
|
2024-01-15 21:11:50 -08:00 |
test_stream_chunk_builder.py
|
(test) hidden params in stream_chunk builder
|
2024-01-13 11:10:23 -08:00 |
test_streaming.py
|
test(test_streaming.py): fix test to handle none chunk
|
2024-01-25 18:34:13 -08:00 |
test_supabase_integration.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_text_completion.py
|
(test) hf currently loading error
|
2024-01-15 17:07:49 -08:00 |
test_timeout.py
|
(fix) router - timeout exception mapping
|
2024-01-19 20:30:41 -08:00 |
test_together_ai.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_token_counter.py
|
fix(utils.py): support token counting for gpt-4-vision models
|
2024-01-02 14:41:42 +05:30 |
test_tpm_rpm_routing.py
|
test(test_tpm_rpm_routing.py): add more logging for the test
|
2024-01-11 00:43:14 +05:30 |
test_traceloop.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_utils.py
|
(test) stream chunk builder - azure prompt tokens
|
2023-12-29 15:45:41 +05:30 |
test_validate_environment.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
test_wandb.py
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
user_cost.json
|
updating budget manager
|
2023-09-11 10:58:09 -07:00 |
vertex_key.json
|
(fix) vertex ai auth file
|
2023-12-21 07:22:25 +05:30 |