Commit graph

168 commits

Author SHA1 Message Date
Krrish Dholakia
18a6facdb3 fix: allow api base to be set for all providers
enables proxy use cases
2023-10-19 19:07:42 -07:00
Krrish Dholakia
a415c79b8b fix(anthropic.py): enable api base to be customized 2023-10-19 18:45:29 -07:00
Krrish Dholakia
44cafb5bac docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial 2023-10-17 09:22:34 -07:00
Krrish Dholakia
e5279ef99d style: fix linting errors 2023-10-16 17:35:08 -07:00
Krrish Dholakia
5f9dd0b21f bump: version 0.8.4 → 0.8.5 2023-10-14 16:43:06 -07:00
Krrish Dholakia
2a694c4410 fix(openai.py): fix linting errors 2023-10-13 22:24:58 -07:00
Krrish Dholakia
ec5e7aa4a9 fix(openai.p): adding support for exception mapping for openai-compatible apis via http calls 2023-10-13 21:56:51 -07:00
ishaan-jaff
3fe21a7cf3 (fix) fix linting errors 2023-10-13 21:23:00 -07:00
Krrish Dholakia
d0b4dfd26c feat(proxy_server): adds create-proxy feature 2023-10-12 18:27:07 -07:00
ishaan-jaff
960481a540 (feat) ollama raise Exceptions + use LiteLLM stream wrapper 2023-10-11 17:00:39 -07:00
Krrish Dholakia
5b4311eaa7 fix(openai-py): fix linting errors 2023-10-10 21:56:14 -07:00
Krrish Dholakia
127d406963 fix(openai-py): fix linting issues 2023-10-10 21:49:14 -07:00
Krrish Dholakia
75c811837d fix(openai.py): fix linting errors 2023-10-10 21:04:13 -07:00
Krrish Dholakia
70bfa022a4 fix(init.py): expose complete client session 2023-10-10 15:16:10 -07:00
Krrish Dholakia
67b3e792ff fix(openai.py): enable custom proxy to pass in ca_bundle_path 2023-10-10 13:23:27 -07:00
Krrish Dholakia
cc0e4f4f9f fix: fix value error if model returns empty completion 2023-10-10 10:11:40 -07:00
Krrish Dholakia
1c9f87751d fix(test-fixes): test fixes 2023-10-10 08:09:42 -07:00
Krrish Dholakia
4a1bd8267f fix: bug fix when n>1 passed in 2023-10-09 16:46:33 -07:00
Krrish Dholakia
f62a13a6b3 fix(anthropic.py): fix anthropic prompt 2023-10-09 15:22:58 -07:00
Krrish Dholakia
936548db40 feat(factory.py): option to add function details to prompt, if model doesn't support functions param 2023-10-09 09:53:53 -07:00
Zeeshan Hooda
c85588ced7 (test) add bedrock existing client auth test 2023-10-09 03:39:40 -06:00
Zeeshan Hooda
7cfbf48bcb (docs) bedrock pass existing client to completion 2023-10-09 01:14:53 -06:00
Zeeshan Hooda
62dd17b97b (feat) bedrock pass client to completion 2023-10-09 00:51:58 -06:00
Krrish Dholakia
e1576bf97f style(openai.py): using typing for params 2023-10-07 15:51:16 -07:00
ishaan-jaff
a294438802 (feat) sagemaker auth in completion 2023-10-07 15:27:58 -07:00
ishaan-jaff
fc10894a86 (feat) bedrock auth in completion 2023-10-07 15:27:58 -07:00
Krrish Dholakia
c6d36fb59d docs(completion-docs): adds more details on provider-specific params 2023-10-07 13:49:30 -07:00
Krrish Dholakia
37d7837b63 feat(ollama.py): exposing ollama config 2023-10-06 15:52:58 -07:00
Krrish Dholakia
5ab3a4b8d7 fix(add-custom-success-callback-for-streaming): add custom success callback for streaming 2023-10-06 15:02:02 -07:00
Krrish Dholakia
37f9626422 fix(bedrock.py): adding provider-specific configs 2023-10-05 23:49:20 -07:00
Krrish Dholakia
2326ad9d38 fix: fixing mypy linting errors and being backwards compatible for azure=true flag 2023-10-05 22:36:32 -07:00
Krrish Dholakia
69cdf5347a style(test_completion.py): fix merge conflict 2023-10-05 22:09:38 -07:00
Krrish Dholakia
c7384859a3 support n param for hf 2023-10-03 07:10:13 -07:00
Krrish Dholakia
4ce5c1d1dc fix replicate error 2023-10-02 21:35:16 -07:00
Krrish Dholakia
d49a36004c Fixes to bedrock 2023-10-02 16:09:06 -07:00
Krrish Dholakia
8c48af11c2 fixes to get optional params 2023-10-02 14:44:11 -07:00
Krrish Dholakia
eb4c7876e2 fix get optional params 2023-10-02 12:02:53 -07:00
Krrish Dholakia
12fa4069f3 raise exception if optional param is not mapped to model 2023-10-02 11:17:51 -07:00
ishaan-jaff
307801e88f remove import requests from palm.py 2023-10-02 09:07:14 -07:00
ishaan-jaff
39a77fed47 modify replicate polling interval 2023-10-02 07:43:38 -07:00
Krish Dholakia
66f678d4b9 Merge pull request #499 from canada4663/bedrock-anthropic-changes
add bedrock.anthropic support for system prompt using <admin> tag
2023-10-02 06:47:33 -07:00
canada4663
e5150aa067 added similar changes to anthropic.py based on recommendation from @krrishdholakia 2023-10-01 20:54:36 -07:00
canada4663
811b737b0b add bedrock.anthropic support for system prompt using <admin> tag 2023-09-30 21:22:46 -07:00
Krrish Dholakia
eec2c848f1 improvements to proxy cli and finish reason mapping for anthropic 2023-09-30 18:09:16 -07:00
Krrish Dholakia
5e394ce95a add support for custom hf prompt templates 2023-09-30 15:37:30 -07:00
Ishaan Jaff
72ba2d9f28 Merge pull request #497 from coconut49/main
Update boto3 dependency to version 1.28.57, refactor bedrock client initialization and remove troubleshooting guide from documentation.
2023-09-29 22:31:41 -07:00
Krrish Dholakia
6ac9470203 add mistral prompt templating 2023-09-29 21:41:28 -07:00
coconut49
b0e21246c7 Update boto3 dependency to version 1.28.57, refactor bedrock client initialization and remove troubleshooting guide from documentation. 2023-09-30 12:31:26 +08:00
ishaan-jaff
aaa5ac0488 add param mapping to claude bedrock 2023-09-29 15:36:57 -07:00
ishaan-jaff
9263319afc add anthropic on bedrock 2023-09-29 15:02:39 -07:00