Krrish Dholakia
|
a1ce24c5f0
|
fix(huggingface_restapi.py): fix huggingface streaming error raising
|
2024-03-04 09:32:41 -08:00 |
|
Krrish Dholakia
|
ed72005f52
|
fix(huggingface_restapi.py): return initial hf error
|
2024-02-24 10:46:59 -08:00 |
|
Krrish Dholakia
|
9c2cce56f7
|
fix(huggingface_restapi.py): return streamed response correctly
|
2024-02-16 13:25:13 -08:00 |
|
Krrish Dholakia
|
e5a444f69a
|
fix(huggingface_restapi.py): fix hf streaming to raise exceptions
|
2024-02-15 21:25:12 -08:00 |
|
Krrish Dholakia
|
e4a5a3395c
|
fix(huggingface_restapi.py): support timeouts for huggingface + openai text completions
https://github.com/BerriAI/litellm/issues/1334
|
2024-01-08 11:40:56 +05:30 |
|
Krrish Dholakia
|
79978c44ba
|
refactor: add black formatting
|
2023-12-25 14:11:20 +05:30 |
|
ishaan-jaff
|
7a1e8b4bf3
|
(feat) show POST request for HF embeddings
|
2023-12-16 13:09:49 +05:30 |
|
Krrish Dholakia
|
726289cb49
|
fix(huggingface_restapi.py): add support for additional hf embedding formats
|
2023-12-15 21:02:41 -08:00 |
|
Krrish Dholakia
|
9ca06e2827
|
fix(huggingface_restapi.py): raise better exceptions for unprocessable hf responses
|
2023-12-05 07:28:21 -08:00 |
|
Ori Kotek
|
cc5dbbf53f
|
Do not timeout when calling HF through acomplete
|
2023-11-23 15:56:59 +02:00 |
|
Krrish Dholakia
|
aad17a5479
|
fix(huggingface_restapi.pyu): fix linting errors
|
2023-11-21 10:05:35 -08:00 |
|
Krrish Dholakia
|
53d71c229f
|
fix(huggingface_restapi.py): fixing formatting
|
2023-11-21 09:57:26 -08:00 |
|
Krrish Dholakia
|
c48e775908
|
fix(huggingface_restapi.py): fix huggingface response format
|
2023-11-21 09:57:26 -08:00 |
|
Krrish Dholakia
|
c425fb7eeb
|
fix(huggingface_restapi.py): handle generate text output
|
2023-11-21 09:57:26 -08:00 |
|
ishaan-jaff
|
7bc28f3b1c
|
(fix) pydantic errors with response.time
|
2023-11-20 18:28:19 -08:00 |
|
Krrish Dholakia
|
e28b9534e4
|
fix(huggingface_restapi.py): async implementation
|
2023-11-15 16:54:15 -08:00 |
|
Krrish Dholakia
|
b42cf80585
|
fix(utils): fixing exception mapping
|
2023-11-15 15:51:17 -08:00 |
|
Krrish Dholakia
|
6d1b8945dd
|
fix(huggingface_restapi.py): fix linting errors
|
2023-11-15 15:34:21 -08:00 |
|
Krrish Dholakia
|
e35ce15a89
|
refactor(huggingface_restapi.py): moving async completion + streaming to real async calls
|
2023-11-15 15:14:21 -08:00 |
|
ishaan-jaff
|
84e931ce0f
|
(feat) completion debug view HF POST request
|
2023-11-14 17:57:41 -08:00 |
|
Krrish Dholakia
|
4b74ddcb17
|
refactor: fixing linting issues
|
2023-11-11 18:52:28 -08:00 |
|
Krrish Dholakia
|
5efa3860da
|
refactor(huggingface,-anthropic,-replicate,-sagemaker): making huggingface, anthropic, replicate, sagemaker compatible openai v1 sdk
|
2023-11-11 17:38:15 -08:00 |
|
Krrish Dholakia
|
7b4e21e574
|
refactor(bedrock.py-+-cohere.py): making bedrock and cohere compatible with openai v1 sdk
|
2023-11-11 17:33:19 -08:00 |
|
ishaan-jaff
|
edccfbb1da
|
(fix) remove errant print from hf
|
2023-11-08 11:49:15 -08:00 |
|
ishaan-jaff
|
e7b6ef8f50
|
(fix) hf don't fail when logprob is None
|
2023-11-06 14:22:09 -08:00 |
|
Krrish Dholakia
|
9baafd7dbf
|
fix(huggingface_restapi.py): output parsing chat template models
|
2023-11-06 11:43:12 -08:00 |
|
Krrish Dholakia
|
d53a0d9663
|
refactor(bedrock.py): better exception mapping for bedrock + huggingface
|
2023-11-04 16:12:12 -07:00 |
|
Krrish Dholakia
|
b1dcd0f1b9
|
fix(timeout.py): import errors
|
2023-11-04 16:05:14 -07:00 |
|
Krrish Dholakia
|
f7c5595a0d
|
fix(main.py): fixing print_verbose
|
2023-11-04 14:41:34 -07:00 |
|
ishaan-jaff
|
d278417682
|
(fix) hf calculating usage non blocking
|
2023-11-03 18:03:19 -07:00 |
|
Krrish Dholakia
|
fa24a61976
|
refactor(proxy_server.py): print statement showing how to add debug for logs
|
2023-11-03 17:41:14 -07:00 |
|
ishaan-jaff
|
ee60c04251
|
(fix) remove errant print statements
|
2023-11-03 13:02:52 -07:00 |
|
Krrish Dholakia
|
33c1118080
|
feat(completion()): enable setting prompt templates via completion()
|
2023-11-02 16:24:01 -07:00 |
|
Krrish Dholakia
|
8475772daa
|
fix(huggingface_restapi.py): fix linting issue
|
2023-11-01 16:43:35 -07:00 |
|
Krrish Dholakia
|
80cb421e02
|
fix(huggingface_restapi.py): fix embeddings for sentence-transformer models
|
2023-11-01 16:36:46 -07:00 |
|
ishaan-jaff
|
525e5476f6
|
(feat) textcompletion - transform hf log probs to openai text completion
|
2023-10-31 17:15:35 -07:00 |
|
ishaan-jaff
|
485a7ff136
|
(feat) use usage class for model responses for cohere, hf, tg ai, cohere
|
2023-10-27 09:58:47 -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 |
|
ishaan-jaff
|
3fe21a7cf3
|
(fix) fix linting errors
|
2023-10-13 21:23:00 -07:00 |
|
Krrish Dholakia
|
cc0e4f4f9f
|
fix: fix value error if model returns empty completion
|
2023-10-10 10:11:40 -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
|
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
|
0dbb5a10e9
|
add hf embedding models
|
2023-09-29 11:57:38 -07:00 |
|
ishaan-jaff
|
a46f3f43a0
|
auto-detect HF task
|
2023-09-27 17:49:31 -07:00 |
|
Krrish Dholakia
|
1d86448b6a
|
expose vertex ai and hf api base as env var
|
2023-09-22 15:14:33 -07:00 |
|
Krrish Dholakia
|
6faa1a92f5
|
fixing huggingface tgi index issue for best of
|
2023-09-21 10:05:22 -07:00 |
|