Commit graph

3786 commits

Author SHA1 Message Date
ishaan-jaff
71042ee345 (docs) caching 2023-11-23 10:40:32 -08:00
Krish Dholakia
2fb94b4cc3
Merge pull request #882 from Manouchehri/docker-cleanup-1
Improve Dockerfile
2023-11-23 10:38:45 -08:00
Krish Dholakia
da12c13c5a
Merge pull request #881 from Manouchehri/lambda-1
Add AWS Lambda Support
2023-11-23 10:38:34 -08:00
ishaan-jaff
efe6fb8831 (docs) proxy server caching 2023-11-23 10:35:34 -08:00
ishaan-jaff
ae3eeb16ab (feat) proxy: add curl command test + read cache config 2023-11-23 10:31:04 -08:00
Krish Dholakia
dbd5f2b3cc
Update README.md 2023-11-23 10:03:14 -08:00
ishaan-jaff
fbd2ab4c71 (test) caching ensure we always test add/get caching redis 2023-11-23 08:27:44 -08:00
ishaan-jaff
b15b723567 (docs) proxy server: add caching 2023-11-23 08:08:12 -08:00
ishaan-jaff
44e867499f (docs) proxy 2023-11-23 07:55:12 -08:00
Krish Dholakia
6ba4eeb961
Merge pull request #885 from Codium-ai/bugfix/hf_timeout
Do not timeout when calling HF through acomplete
2023-11-23 07:48:59 -08:00
Krish Dholakia
c51bfc686b
Merge pull request #884 from maqsoodshaik/main
this commit fixes #883
2023-11-23 07:47:28 -08:00
Ori Kotek
e74ac03169
Do not timeout when calling HF through acomplete 2023-11-23 15:56:59 +02:00
maqsoodshaik
0f89c3375a this commit fixes #883 2023-11-23 12:45:38 +01:00
David Manouchehri
c7e3c399c2
Add default expose. 2023-11-23 04:19:54 -05:00
David Manouchehri
f7ad15c392
Reduce Docker size by not copying unneeded files. 2023-11-23 04:18:53 -05:00
David Manouchehri
ecdb7a59e3
Use -function for naming. 2023-11-23 02:09:09 -05:00
David Manouchehri
ab09ad9a74
Make Function URL public. 2023-11-23 01:05:24 -05:00
David Manouchehri
60ca43b6d9
Add mangum. 2023-11-23 00:04:47 -05:00
ishaan-jaff
1af7575c86 (docs) rename reliability -> Fallbacks, num retries 2023-11-22 20:55:53 -08:00
ishaan-jaff
db146bc40a (test) router with fallback deployments 2023-11-22 20:52:56 -08:00
Ishaan Jaff
629415c91a
Merge pull request #880 from Manouchehri/patch-1
(docs) Fix missing `-r` in pip command
2023-11-22 20:45:25 -08:00
David Manouchehri
94b1d09973
(docs) Fix missing -r in pip command 2023-11-22 23:41:16 -05:00
ishaan-jaff
8ebc1b974c (chore) run ci/cd again 2023-11-22 20:34:14 -08:00
David Manouchehri
4d9aa7a3f7
Add symlink and only copy in source dir to stay under 50MB compressed limit for Lambdas. 2023-11-22 23:07:33 -05:00
Krrish Dholakia
2f93c0155a fix: fix linting errors 2023-11-22 19:59:25 -08:00
Krrish Dholakia
5d5ca9f7ef fix(router.py): add support for cooldowns with redis 2023-11-22 19:54:22 -08:00
David Manouchehri
56d28ba69e
Don't commit .sam-aws. 2023-11-22 22:53:55 -05:00
David Manouchehri
65ec095c35
(test) Bump runtime. 2023-11-22 22:52:39 -05:00
David Manouchehri
bf55602e26
(test) lambda / sam build support 2023-11-22 22:39:34 -05:00
ishaan-jaff
cb41b14cc2 (test) proxy test exception mapping 2023-11-22 16:22:05 -08:00
ishaan-jaff
4260e0c1f0 (fix) linting error 2023-11-22 16:22:05 -08:00
Krrish Dholakia
a45be1d16a bump: version 1.4.0 → 1.5.0 2023-11-22 15:59:57 -08:00
Krrish Dholakia
3e76d4b422 feat(router.py): add server cooldown logic 2023-11-22 15:59:48 -08:00
ishaan-jaff
4ece219ec5 (docs) simple proxy 2023-11-22 15:01:26 -08:00
ishaan-jaff
d0f11e7a13 (docs) input params for litellm.embedding() 2023-11-22 14:40:52 -08:00
ishaan-jaff
5abd566b7c (feat) embedding() support for timeouts 2023-11-22 14:25:55 -08:00
ishaan-jaff
c38782521c (test)timeout error on openai embedding 2023-11-22 14:25:55 -08:00
ishaan-jaff
40e88eec4b (test)timeout errors 2023-11-22 14:25:55 -08:00
ishaan-jaff
3059f30672 (test) verify azure response have expected keys 2023-11-22 14:25:55 -08:00
ishaan-jaff
4247df02c7 (fix) Azure - only use ad_token when api_key is None 2023-11-22 14:25:55 -08:00
ishaan-jaff
b3bca98561 (feat) embedding() remove junk params 2023-11-22 14:25:55 -08:00
Krrish Dholakia
0b4e10e068 test(test_embedding.py): fix the embedding test 2023-11-22 14:09:45 -08:00
Krrish Dholakia
448ec0a571 feat(proxy_server): add /v1/embeddings endpoint
n
2023-11-22 14:03:27 -08:00
ishaan-jaff
40dd38508f (test) embedding stricter testing 2023-11-22 13:50:45 -08:00
ishaan-jaff
e8ff4d5eca (feat) clean out junk params from litellm embedding 2023-11-22 13:50:45 -08:00
Krrish Dholakia
b0801f61e6 test(test_caching.py): cleaning up tests 2023-11-22 13:43:48 -08:00
Krrish Dholakia
78582e158a fix(main.py): fix acompletion for anyscale, openrouter, deepinfra, perplexity endpoints 2023-11-22 13:22:58 -08:00
ishaan-jaff
ba73224a3a (feat) proxy server add /routes to see available routes 2023-11-22 13:20:21 -08:00
Krrish Dholakia
604ad41eac fix(proxy_server.py): If master key is set, only master key can be used to generate new keys 2023-11-22 10:18:28 -08:00
Krrish Dholakia
10fe16c965 fix(utils.py): add param mapping for perplexity, anyscale, deepinfra
n

n
2023-11-22 10:04:27 -08:00