Commit Graph
4629 Commits
Author SHA1 Message Date
ishaan-jaff 4413ef6dd2 (test) proxy - AuthError Exception mapping 2023-12-15 14:10:42 +05:30
ishaan-jaff 33afbd6ff5 (fix) raise openai.NotFoundError 2023-12-15 14:03:50 +05:30
ishaan-jaff 0b4f1dee42 (feat) proxy: embeddings-add OpenAI exception mapping 2023-12-15 14:02:24 +05:30
ishaan-jaff d797bb100f (test) proxy - exception mapping openai.NotFoundError 2023-12-15 13:34:51 +05:30
ishaan-jaff 13eafa52e9 (feat) add openai.NotFoundError exception mapping 2023-12-15 13:33:03 +05:30
ishaan-jaff 9826fd6c98 (test) raise NotFoundError 2023-12-15 10:18:53 +05:30
ishaan-jaff 353433e5ce (feat) add openai.NotFoundError 2023-12-15 10:18:02 +05:30
ishaan-jaff 4fd59c5847 (feat) add BadRequestError for Azure 2023-12-15 09:53:56 +05:30
ishaan-jaff 191c1d2887 (feat) add BadRequestError for Azure 2023-12-15 09:53:38 +05:30
ishaan-jaff 8451badaa1 (test) proxy - Auth Error 2023-12-15 09:36:17 +05:30
ishaan-jaff cc85aa9af3 (test) proxy - raise openai.AuthenticationError 2023-12-15 09:36:07 +05:30
ishaan-jaff b9ff8d74ea (docs) deploy on gcp cloud run 2023-12-15 08:50:00 +05:30
ishaan-jaff f09ce1d316 (test) proxy - test exception mapping 2023-12-15 08:28:12 +05:30
ishaan-jaff 85a3c67574 (feat) - acompletion, correct exception mapping 2023-12-15 08:28:12 +05:30
Ishaan JaffandGitHub fe2525a17c Merge pull request #1143 from janaka/docs(projects)-add-docqai-to-sidebar-menu
docs(projects): add Docq.AI to sidebar nav
2023-12-15 08:27:00 +05:30
Janaka Abeywardhana 53eedbf0ee docs(projects): add Docq.AI to side bar nav 2023-12-15 07:54:34 +05:30
Krrish Dholakia adaf341f54 fix(proxy_server.py): allow post-call rules to be passed in as a file 2023-12-14 18:21:09 -08:00
Ishaan JaffandGitHub 33906656ba Update README.md 2023-12-15 07:48:54 +05:30
Ishaan JaffandGitHub 624d00c5a8 Merge pull request #1142 from janaka/janaka/docs/add-docqai-to-projects
add Docq to projects section.
2023-12-15 07:38:54 +05:30
ishaan-jaff ca0d8139ec (docs) proxy - deploy on GCP cloud run 2023-12-15 07:29:35 +05:30
ishaan-jaff ad18ab2144 (fix) utils - delete remove_model_id 2023-12-15 07:07:53 +05:30
ishaan-jaff fff148a835 (test) router_get_deployments - stop using remove_model_id 2023-12-15 07:07:53 +05:30
ishaan-jaff 0a6f6bd045 (test) test_cooldown_same_model_name 2023-12-15 07:07:53 +05:30
ishaan-jaff b6a78cd349 (feat) router - remove confusing -ModelID-XXXX 2023-12-15 07:07:53 +05:30
Krrish Dholakia 18c8b298bd bump: version 1.14.5.dev1 → 1.14.5 2023-12-14 15:30:12 -08:00
Krrish Dholakia e1679a44da fix(utils.py): improved togetherai exception mapping 2023-12-14 15:28:11 -08:00
Krrish Dholakia 804d58eb20 bump: version 1.14.4 → 1.14.5.dev1 2023-12-14 15:23:52 -08:00
Krrish Dholakia e45b491985 fix(main.py): log user for embedding calls 2023-12-14 15:14:37 -08:00
Krrish Dholakia 03dd7bff13 test(test_proxy_server.py): add testing for sagemaker embeddings to proxy server tests 2023-12-14 14:38:27 -08:00
Krrish Dholakia 51d62189f1 test(test_optional_params.py): unit tests for get_optional_params_embeddings() 2023-12-14 14:32:36 -08:00
Krrish Dholakia e1bffe3de6 bump: version 1.14.3 → 1.14.4 2023-12-14 14:17:47 -08:00
Krrish Dholakia 2a4c1a1803 fix(proxy_server.py): don't pass in user param if not sent 2023-12-14 14:17:33 -08:00
Krrish Dholakia d78b6be8fb bump: version 1.14.2 → 1.14.3 2023-12-14 14:07:00 -08:00
Krrish Dholakia 1608dd7e0b fix(main.py): support async streaming for text completions endpoint 2023-12-14 13:56:32 -08:00
Krrish Dholakia 7df9c8e4d8 docs(proxy_server.md): fix old doc links 2023-12-14 12:07:51 -08:00
Krrish Dholakia 52564b685c docs(openai_compatible.md): add docs on calling openai compatible endpoints via litellm pkg 2023-12-14 12:03:29 -08:00
Krrish Dholakia d7b49dbc41 docs(call_hooks.md): add docs on pre-call hooks 2023-12-14 11:34:37 -08:00
Krrish Dholakia 589a6ca863 docs(redis_cache.md-+-custom_callbacks.md): add cache hit logging info in docs 2023-12-14 11:07:00 -08:00
Krrish Dholakia 0f14fb3797 docs(custom_callback.md): add async failure + streaming logging events to docs
https://github.com/BerriAI/litellm/issues/1125
2023-12-14 10:46:53 -08:00
Krish DholakiaandGitHub a6e78497b5 Merge pull request #1122 from emsi/main
Fix #1119, no content when streaming.
2023-12-14 10:01:00 -08:00
Krrish Dholakia db8d793618 fix(proxy_server.py): handle scenario where no json body is passed in - e.g. GET request
https://github.com/BerriAI/litellm/issues/1062
2023-12-14 09:57:35 -08:00
Krrish Dholakia 6cdcc1370f test(test_custom_callback_router.py): fix testing 2023-12-14 09:57:35 -08:00
ishaan-jaff 72a665591d (docs) cache init params 2023-12-14 22:41:25 +05:30
ishaan-jaff 4b3ef49d60 (fix) linting 2023-12-14 22:35:29 +05:30
ishaan-jaff 17c3a1393b (feat) control caching for embedding, completion 2023-12-14 22:31:04 +05:30
ishaan-jaff 9ee16bc962 (feat) caching - add supported call types 2023-12-14 22:27:14 +05:30
ishaan-jaff 67518387f1 (test) ollama test 2023-12-14 19:48:18 +05:30
ishaan-jaff 26c6c1a03e (test) router - acompletion + cache 2023-12-14 19:46:56 +05:30
ishaan-jaff ce6eb8a30e (test) add ollama to ci/cd 2023-12-14 19:42:44 +05:30
ishaan-jaff 5c40929a9b (test) add ollama tests to our ci/cd 2023-12-14 19:42:25 +05:30