ishaan-jaff
|
0f23f04d06
|
(docs) cleanup
|
2023-11-07 11:34:02 -08:00 |
|
ishaan-jaff
|
87d0b72a4a
|
(docs) proxy
|
2023-11-07 09:48:58 -08:00 |
|
Krrish Dholakia
|
50564ab38e
|
docs(routing.md): adding comparison to docs
|
2023-11-06 18:57:50 -08:00 |
|
Krrish Dholakia
|
ba66294a3d
|
fix(router.py): fix linting issues
|
2023-11-06 18:50:09 -08:00 |
|
ishaan-jaff
|
7309fd6225
|
(fix) ignore rate limit error for gpt4 turbo
|
2023-11-06 18:34:45 -08:00 |
|
Krrish Dholakia
|
2b48a1fc3e
|
fix(router.py): adding health checks
|
2023-11-06 18:26:41 -08:00 |
|
Krrish Dholakia
|
6a45879932
|
bump: version 0.13.6.dev3 → 0.13.6
|
2023-11-06 18:19:20 -08:00 |
|
ishaan-jaff
|
81d3230651
|
(test) run ci/cd again
|
2023-11-06 18:13:18 -08:00 |
|
ishaan-jaff
|
6185d73db5
|
(test) run ci/cd again
|
2023-11-06 18:11:29 -08:00 |
|
ishaan-jaff
|
d9a8e01b2a
|
(ci/cd) fix openai==0.28.0
|
2023-11-06 18:05:18 -08:00 |
|
ishaan-jaff
|
884030078d
|
(docs) bedrock cookbook
|
2023-11-06 18:00:52 -08:00 |
|
ishaan-jaff
|
2498d95dc5
|
(feat) parallel HF text completion + completion_with_retries show exception
|
2023-11-06 17:58:06 -08:00 |
|
ishaan-jaff
|
7219fcb968
|
(test) hf inference api - text_completion
|
2023-11-06 17:56:41 -08:00 |
|
ishaan-jaff
|
fbe887f8f9
|
(fix) proxy server - print error msg on exceptions
|
2023-11-06 17:55:33 -08:00 |
|
ishaan-jaff
|
ce4423e213
|
(fix) stability imp: completion() timeout during high traffic, should not raise exception
|
2023-11-06 17:54:35 -08:00 |
|
ishaan-jaff
|
e0116d2991
|
(fix) proxy server remove bloat
|
2023-11-06 15:55:18 -08:00 |
|
ishaan-jaff
|
592fc12710
|
(fix) linting errors
|
2023-11-06 14:42:12 -08:00 |
|
ishaan-jaff
|
1df6dd986d
|
(test) hf max tokens, temp
|
2023-11-06 14:38:21 -08:00 |
|
ishaan-jaff
|
8481e21317
|
(fix) HF round up temperature 0 -> 0.01
|
2023-11-06 14:35:06 -08:00 |
|
ishaan-jaff
|
68b6e07aa7
|
(fix) hf fix this error: Failed: Error occurred: HuggingfaceException - Input validation error: temperature must be strictly positive
|
2023-11-06 14:22:33 -08:00 |
|
ishaan-jaff
|
3c67de7f04
|
(fix) hf don't fail when logprob is None
|
2023-11-06 14:22:09 -08:00 |
|
ishaan-jaff
|
8d9e2574cf
|
(test) add gpt-4-turbo
|
2023-11-06 13:32:53 -08:00 |
|
ishaan-jaff
|
f7990525ff
|
(docs) add gpt-4 turbo
|
2023-11-06 13:32:08 -08:00 |
|
Krish Dholakia
|
7edb37f1a5
|
Update model_prices_and_context_window.json
|
2023-11-06 13:19:31 -08:00 |
|
ishaan-jaff
|
07761ac93f
|
(test) text_completion
|
2023-11-06 13:17:49 -08:00 |
|
ishaan-jaff
|
b4797bec3b
|
(fix) bug fix: completion, text_completion, check if optional params are not None and pass to LLM
|
2023-11-06 13:17:19 -08:00 |
|
ishaan-jaff
|
f591d79376
|
(fix) linting fixes
|
2023-11-06 13:02:11 -08:00 |
|
ishaan-jaff
|
9d65867354
|
(fix) text_completion naming
|
2023-11-06 12:47:06 -08:00 |
|
Krrish Dholakia
|
356025cd90
|
bump: version 0.13.4 → 0.13.5
|
2023-11-06 12:21:50 -08:00 |
|
Krrish Dholakia
|
6e7e409615
|
fix(utils.py): remove special characters from streaming output
|
2023-11-06 12:21:50 -08:00 |
|
ishaan-jaff
|
a2f2fd3841
|
(fix) text completion linting
|
2023-11-06 11:53:50 -08:00 |
|
Krrish Dholakia
|
d597746911
|
bump: version 0.13.3 → 0.13.4
|
2023-11-06 11:43:12 -08:00 |
|
Krrish Dholakia
|
65c01eae23
|
fix(huggingface_restapi.py): output parsing chat template models
|
2023-11-06 11:43:12 -08:00 |
|
ishaan-jaff
|
c46c193c96
|
(feat) add gpt-4-1106-preview
|
2023-11-06 10:49:02 -08:00 |
|
ishaan-jaff
|
deddb48683
|
(docs) litelm custom openai server
|
2023-11-06 09:24:35 -08:00 |
|
ishaan-jaff
|
7e9c635186
|
(docs) custom openai proxy
|
2023-11-06 09:20:20 -08:00 |
|
ishaan-jaff
|
1407ef15a8
|
(fix) text_completion fixes
|
2023-11-06 09:11:10 -08:00 |
|
ishaan-jaff
|
4344ae66b8
|
(test) text completion
|
2023-11-06 09:10:48 -08:00 |
|
ishaan-jaff
|
1ad450218d
|
(test) text completion
|
2023-11-06 08:37:01 -08:00 |
|
ishaan-jaff
|
e5e9c0f9df
|
(test) text_completion more testing
|
2023-11-06 08:36:50 -08:00 |
|
ishaan-jaff
|
cac3148dff
|
(feat) text_completion add docstring
|
2023-11-06 08:36:09 -08:00 |
|
ishaan-jaff
|
5cf2239aaa
|
(fix) improve litellm.set_verbose prints
|
2023-11-06 08:00:03 -08:00 |
|
Krrish Dholakia
|
bb72b1e70d
|
bump: version 0.13.3.dev2 → 0.13.3
|
2023-11-06 06:46:03 -08:00 |
|
Krrish Dholakia
|
281f165753
|
fix(utils.py): fixing client integration
|
2023-11-06 06:45:45 -08:00 |
|
Krrish Dholakia
|
4dd1913da1
|
bump: version 0.13.3.dev1 → 0.13.3.dev2
|
2023-11-06 06:44:15 -08:00 |
|
Krrish Dholakia
|
9d673e3f8c
|
bump: version 0.13.2 → 0.13.3.dev1
|
2023-11-06 06:34:43 -08:00 |
|
Krrish Dholakia
|
c55db28b6f
|
fix(utils.py): better exception raising if logging object is not able to get set
|
2023-11-06 06:34:27 -08:00 |
|
Krish Dholakia
|
2014e69e99
|
Merge pull request #764 from kylehh/main
doc name chagne
|
2023-11-05 21:16:38 -08:00 |
|
Krrish Dholakia
|
7369cb174a
|
bump: version 0.13.2.dev1 → 0.13.2
|
2023-11-05 21:15:12 -08:00 |
|
Krrish Dholakia
|
1b87e5a337
|
fix(proxy_server.py): fixing import issues
|
2023-11-05 21:14:59 -08:00 |
|