Commit graph

3564 commits

Author SHA1 Message Date
ishaan-jaff
0e9446f213 (docs) proxy 2023-11-14 15:42:23 -08:00
ishaan-jaff
255c0fab1d (docs) passing azure_ad_token to config 2023-11-14 15:27:59 -08:00
ishaan-jaff
df156c7392 (fix) linting error 2023-11-14 15:07:43 -08:00
ishaan-jaff
d80e2310ed (test) AI21 test 2023-11-14 15:01:50 -08:00
ishaan-jaff
75cf3b3555 (fix) AI21 exception mapping - raise error when status !=200 2023-11-14 15:01:22 -08:00
ishaan-jaff
30d52a26db (fix) APIError set body=None 2023-11-14 14:50:22 -08:00
ishaan-jaff
72755125fc (fix) linting fix 2023-11-14 14:40:59 -08:00
ishaan-jaff
952ab1a401 (docs) azure ad 2023-11-14 14:38:33 -08:00
ishaan-jaff
1a73913766 (docs) azure passing azure_ad_token 2023-11-14 13:49:39 -08:00
ishaan-jaff
ede03af21d (docs) pass azure_ad_token 2023-11-14 13:44:03 -08:00
ishaan-jaff
59d217f373 (test) completion azure_ad_token 2023-11-14 12:48:31 -08:00
ishaan-jaff
53ed8f3b7e (feat) pass azure_ad_token to embedding 2023-11-14 12:48:31 -08:00
ishaan-jaff
78f42921b9 (feat) pass azure_ad_token to completion 2023-11-14 12:48:31 -08:00
Krrish Dholakia
7ef8611952 fix(simple_proxy.md): enable setting a master key to protect proxy endpoints 2023-11-14 12:44:33 -08:00
ishaan-jaff
0779dfbbd6 (fix) azure_ad_token 2023-11-14 12:20:14 -08:00
ishaan-jaff
dd50aeddbb (test) azure_ad_token 2023-11-14 12:12:14 -08:00
ishaan-jaff
ed56f280d9 (feat) add azure_ad_token 2023-11-14 12:12:14 -08:00
ishaan-jaff
ceaf944cd4 (feat) completion:azure - add azure_ad_token 2023-11-14 12:12:14 -08:00
Krish Dholakia
7a6586fa75
Update README.md 2023-11-14 12:06:50 -08:00
Krrish Dholakia
17b02c0753 fix(migration.md): migration guide for new litellm MAJOR release 2023-11-14 12:02:53 -08:00
Krrish Dholakia
0d6b13b73b bump: version 1.0.0 → 1.0.1 2023-11-14 11:53:52 -08:00
Krrish Dholakia
e9e86cac79 fix(palm.py): exception mapping bad requests / filtered responses 2023-11-14 11:53:13 -08:00
Ishaan Jaff
e1a567a353
Merge pull request #814 from dedeswim/patch-1
Update Together prices
2023-11-14 10:01:28 -08:00
Edoardo Debenedetti
672edeba95
Update Together prices
The price for 70B models decreased a tiny bit: https://www.together.ai/pricing
2023-11-14 18:50:17 +01:00
Ishaan Jaff
968764f738
Merge pull request #813 from jackmpcollins/fix-api-status-init-error
Fix ServiceUnavailableError super.__init__ error
2023-11-13 21:30:11 -08:00
Jack Collins
223ec8933d Provide response to ServiceUnavailableError where needed 2023-11-13 21:20:40 -08:00
Jack Collins
f499e8bb1d Add response and body to APIStatus init call 2023-11-13 21:17:47 -08:00
ishaan-jaff
b92f4c8d3c (docs) cook book autoevals 2023-11-13 20:35:23 -08:00
ishaan-jaff
3280a8e2e2 (docs) eval suites 2023-11-13 20:33:25 -08:00
ishaan-jaff
39b5b03ac3 (docs) remove bloat cookbook 2023-11-13 20:21:45 -08:00
Krrish Dholakia
dd925d3de3 fix(utils.py): streaming 2023-11-13 18:15:14 -08:00
Krrish Dholakia
fe9c1e2b45 test(test_streaming.py): turning on print verbose for streaming tests 2023-11-13 18:00:48 -08:00
Krrish Dholakia
afc19caf0f test(utils.py): adding logging for azure streaming 2023-11-13 17:53:15 -08:00
Ishaan Jaff
ee952c649e
Update readme.md 2023-11-13 17:50:57 -08:00
Krrish Dholakia
661b78f4a3 test(utils.py): test logging 2023-11-13 17:41:45 -08:00
Krrish Dholakia
b722594792 test(utils.py): add logging and fix azure streaming 2023-11-13 17:24:13 -08:00
Krrish Dholakia
c489f41964 test(utils.py): additional logging 2023-11-13 17:13:41 -08:00
Krrish Dholakia
681da80e55 test(utils.py): additional logging 2023-11-13 17:06:24 -08:00
Krrish Dholakia
c1a0411186 test(utils.py): additional logging 2023-11-13 16:59:04 -08:00
Krrish Dholakia
05d720075b test(utils.py): adding more logging for streaming test 2023-11-13 16:54:16 -08:00
Krrish Dholakia
4475f2bbdd bump: version 1.0.0.dev1 → 1.0.0 2023-11-13 16:48:53 -08:00
Krrish Dholakia
42d0925209 test(test_streaming.py): adding retries to streaming tests 2023-11-13 16:34:59 -08:00
Krrish Dholakia
38ff412b9a fix(utils.py): fix response object mapping 2023-11-13 15:58:25 -08:00
David Christian
404d4e8737 updated docs 2023-11-13 15:43:52 -08:00
David Christian
fe7e3ff038 added support for bedrock llama models 2023-11-13 15:41:21 -08:00
Krrish Dholakia
548933d0bb fix(main.py): fix linting errors 2023-11-13 15:31:46 -08:00
Krrish Dholakia
1d635aff08 fix(router.py): enable calling router with instructor 2023-11-13 15:16:57 -08:00
Krrish Dholakia
9d8f872f38 fix(promptlayer.py): fixing promptlayer logging integration 2023-11-13 15:04:15 -08:00
Ishaan Jaff
e0a4cf4a52
Update readme.md 2023-11-13 14:55:48 -08:00
Ishaan Jaff
66e9ed2f14
Update readme.md 2023-11-13 14:53:06 -08:00