Commit graph

45043 commits

Author SHA1 Message Date
Krrish Dholakia
1cd43419b8 test(test_async_fn.py): debugging circle ci issue 2023-10-30 19:50:35 -07:00
Krrish Dholakia
a30fca4f60 test(test_async_fn.py): addding sync test 2023-10-30 19:38:31 -07:00
Krrish Dholakia
6b715597e9 test(test_async_fn.py): more logging 2023-10-30 19:29:37 -07:00
Krrish Dholakia
75736cb852 test(test_async_fn.py): adding more logging 2023-10-30 19:11:07 -07:00
Krrish Dholakia
b798d7de89 test(test_async_fn.py): more logging 2023-10-30 18:39:10 -07:00
Krrish Dholakia
0c032d7b60 test(test_api_key_param.py): cleanup 2023-10-30 18:27:42 -07:00
Krrish Dholakia
844ab5f1e5 test(test_async_fn.py): add better error logging 2023-10-30 18:18:11 -07:00
ishaan-jaff
7578716adc (docs) openai set - org + api base 2023-10-30 18:03:53 -07:00
ishaan-jaff
5f47c8d310 (docs) update calling ft gpt3.5 2023-10-30 17:56:01 -07:00
ishaan-jaff
80d3fd845f (docs) example on setting organization param for openai 2023-10-30 17:43:32 -07:00
Krrish Dholakia
6f1662c4c8 bump: version 0.12.6 → 0.12.7 2023-10-30 17:36:51 -07:00
Krrish Dholakia
0ed3917b09 feat(main.py): add support for maritalk api 2023-10-30 17:36:51 -07:00
ishaan-jaff
d61e4cab19 (docs) openai.md 2023-10-30 17:33:23 -07:00
ishaan-jaff
d32f354bb2 (docs) openai supported models 2023-10-30 17:31:03 -07:00
ishaan-jaff
9f72ce9fc6 (fix) improve batch_completion_models + multiple deployments, if 1 model fails, return result from 2nd 2023-10-30 17:20:07 -07:00
Krish Dholakia
9b84a4c8bd
(docs) updates 2023-10-30 16:51:38 -07:00
ishaan-jaff
43b450319e (docs) add docstring for batch_completion 2023-10-30 14:31:34 -07:00
ishaan-jaff
494c5e8345 (docs) completion_with_config 2023-10-30 14:29:40 -07:00
ishaan-jaff
f52b36a338 (docs) docstring for completion_with_retries 2023-10-30 14:20:09 -07:00
ishaan-jaff
47ac4fa58f (docs) update encode/decode doc 2023-10-30 14:13:06 -07:00
ishaan-jaff
c61fa70ba0 (docs) encode docstring 2023-10-30 14:10:29 -07:00
ishaan-jaff
313eee17e3 (docs) validate keys 2023-10-30 14:07:35 -07:00
ishaan-jaff
c7752be7d3 (docs) add docstring for validate_environment 2023-10-30 14:06:55 -07:00
ishaan-jaff
362e8519ef def get_valid_models():
(docs) add docstring for
2023-10-30 14:05:09 -07:00
ishaan-jaff
4a32272bfd (docs) add doc string for check_valid_api_key 2023-10-30 14:02:31 -07:00
Krish Dholakia
545c34e862
Merge pull request #727 from chinmay7016/patch-1
Update README.md
2023-10-30 14:00:35 -07:00
ishaan-jaff
43b8387334 (docs) add doc string for aembedding 2023-10-30 13:59:56 -07:00
ishaan-jaff
370b6be52a (docs) update model alias 2023-10-30 13:58:07 -07:00
ishaan-jaff
689c14525c (docs) update token trimming 2023-10-30 13:56:23 -07:00
chinmay7016
41f15045fb
Update README.md
fixed the error
2023-10-31 02:24:37 +05:30
ishaan-jaff
7037913f9d (fix) update acompletion docstring 2023-10-30 13:53:32 -07:00
ishaan-jaff
359f40d483 (docs) getting started 2023-10-30 13:39:50 -07:00
Ishaan Jaff
f80ce3640c
Merge pull request #724 from dedeswim/patch-1
Update Together AI pricing
2023-10-30 09:13:23 -07:00
Edoardo Debenedetti
78ea8e6c41
Update Together AI pricing
Updated pricing for 20.1-40b and 40.1-70b models (source https://together.ai/pricing as of Oct 30)
2023-10-30 16:45:26 +01:00
seva
f4d65cf23d Add tests for cache with TTL 2023-10-30 13:35:55 +01:00
seva
5e1e8820b4 Router & Caching fixes:
- Add optional TTL to Cache parameters
- Fix tpm and rpm caching in Router
2023-10-30 13:29:35 +01:00
Krrish Dholakia
ee2e186c62 docs(routing.md): clean up title 2023-10-29 21:13:45 -07:00
Krish Dholakia
6e454a6ce9
Merge pull request #706 from mc-marcocheng/router/fix_dict
Fix Router.set_model_list & Avoid overwriting litellm_params
2023-10-29 21:11:26 -07:00
canada4663
bfa297e82f add ability to use custom AWS Bedrock Runtime endpoint via environment or .env variable AWS_BEDROCK_RUNTIME_ENDPOINT or as a parameter to init_bedrock_client 2023-10-28 22:25:45 -07:00
canada4663
1add0d604e add in ability to read AWS boto3 default AWS Region name if litellm .env config AWS_REGION_NAME not available 2023-10-28 21:43:48 -07:00
Krrish Dholakia
7304c75f9c docs(simple_proxy.md): updating copy 2023-10-28 19:21:19 -07:00
Krish Dholakia
a445074e0a
Update README.md 2023-10-28 19:20:27 -07:00
Krrish Dholakia
ffd80ca850 docs(input.md): updating litellm-specific params for completion 2023-10-28 19:17:07 -07:00
Krrish Dholakia
585f7b0434 docs(input.md): add litellm params to docs 2023-10-28 19:13:55 -07:00
Krrish Dholakia
758b75cb8d docs(simple_proxy.md): updating titles 2023-10-28 16:18:56 -07:00
Krrish Dholakia
23f03f7e6f docs(simple_proxy.md): add llama index tutorial to docs 2023-10-28 16:14:51 -07:00
Krish Dholakia
8a599e8053
Update README.md 2023-10-28 15:41:27 -07:00
ishaan-jaff
b76304246e (docs) reliability with fallbacks + router 2023-10-28 15:28:03 -07:00
Krrish Dholakia
b18b9d6380 docs(simple_proxy.md): add arize ai llm evals to docs 2023-10-28 15:14:27 -07:00
ishaan-jaff
8a8d3f686c (tests) easily track cost for responses 2023-10-28 15:08:35 -07:00