Commit graph

2963 commits

Author SHA1 Message Date
Krrish Dholakia
78fb8cf941 fix(router.py): fix linting issues 2023-11-06 18:50:09 -08:00
ishaan-jaff
65917815d5 (fix) ignore rate limit error for gpt4 turbo 2023-11-06 18:34:45 -08:00
Krrish Dholakia
a7a0605b4f fix(router.py): adding health checks 2023-11-06 18:26:41 -08:00
Krrish Dholakia
632533f2e2 bump: version 0.13.6.dev3 → 0.13.6 2023-11-06 18:19:20 -08:00
ishaan-jaff
28b8321c5a (test) run ci/cd again 2023-11-06 18:13:18 -08:00
ishaan-jaff
9ae4b6ae22 (test) run ci/cd again 2023-11-06 18:11:29 -08:00
ishaan-jaff
3a56011762 (ci/cd) fix openai==0.28.0 2023-11-06 18:05:18 -08:00
ishaan-jaff
1b152f6cef (docs) bedrock cookbook 2023-11-06 18:00:52 -08:00
ishaan-jaff
f8bcf32c4f (feat) parallel HF text completion + completion_with_retries show exception 2023-11-06 17:58:06 -08:00
ishaan-jaff
7de10d184a (test) hf inference api - text_completion 2023-11-06 17:56:41 -08:00
ishaan-jaff
654e31af1c (fix) proxy server - print error msg on exceptions 2023-11-06 17:55:33 -08:00
ishaan-jaff
6c4f8358bd (fix) stability imp: completion() timeout during high traffic, should not raise exception 2023-11-06 17:54:35 -08:00
ishaan-jaff
857e5fe6b8 (fix) proxy server remove bloat 2023-11-06 15:55:18 -08:00
ishaan-jaff
df774cdc29 (fix) linting errors 2023-11-06 14:42:12 -08:00
ishaan-jaff
ae44302c16 (test) hf max tokens, temp 2023-11-06 14:38:21 -08:00
ishaan-jaff
4d8d50d97e (fix) HF round up temperature 0 -> 0.01 2023-11-06 14:35:06 -08:00
ishaan-jaff
b75a113e39 (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
e7b6ef8f50 (fix) hf don't fail when logprob is None 2023-11-06 14:22:09 -08:00
ishaan-jaff
825bd6709b (test) add gpt-4-turbo 2023-11-06 13:32:53 -08:00
ishaan-jaff
b9fd2b6e42 (docs) add gpt-4 turbo 2023-11-06 13:32:08 -08:00
Krish Dholakia
b3fa2d18b8 Update model_prices_and_context_window.json 2023-11-06 13:19:31 -08:00
ishaan-jaff
b4fd02c9e5 (test) text_completion 2023-11-06 13:17:49 -08:00
ishaan-jaff
fdded281a9 (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
70fc10c010 (fix) linting fixes 2023-11-06 13:02:11 -08:00
ishaan-jaff
de66e42fd0 (fix) text_completion naming 2023-11-06 12:47:06 -08:00
Krrish Dholakia
577d76aea9 bump: version 0.13.4 → 0.13.5 2023-11-06 12:21:50 -08:00
Krrish Dholakia
713c659d09 fix(utils.py): remove special characters from streaming output 2023-11-06 12:21:50 -08:00
ishaan-jaff
82e44c7f84 (fix) text completion linting 2023-11-06 11:53:50 -08:00
Krrish Dholakia
0760768c40 bump: version 0.13.3 → 0.13.4 2023-11-06 11:43:12 -08:00
Krrish Dholakia
9baafd7dbf fix(huggingface_restapi.py): output parsing chat template models 2023-11-06 11:43:12 -08:00
ishaan-jaff
563922ae43 (feat) add gpt-4-1106-preview 2023-11-06 10:49:02 -08:00
ishaan-jaff
5bf6970de6 (docs) litelm custom openai server 2023-11-06 09:24:35 -08:00
ishaan-jaff
b17625fb96 (docs) custom openai proxy 2023-11-06 09:20:20 -08:00
ishaan-jaff
2a15da509f (fix) text_completion fixes 2023-11-06 09:11:10 -08:00
ishaan-jaff
c166b14a3b (test) text completion 2023-11-06 09:10:48 -08:00
ishaan-jaff
b2322b8802 (test) text completion 2023-11-06 08:37:01 -08:00
ishaan-jaff
03738ac0d9 (test) text_completion more testing 2023-11-06 08:36:50 -08:00
ishaan-jaff
a2f8ab7eb1 (feat) text_completion add docstring 2023-11-06 08:36:09 -08:00
ishaan-jaff
441ef48a54 (fix) improve litellm.set_verbose prints 2023-11-06 08:00:03 -08:00
Krrish Dholakia
53eb6cb1f7 bump: version 0.13.3.dev2 → 0.13.3 2023-11-06 06:46:03 -08:00
Krrish Dholakia
f2faa2e81c fix(utils.py): fixing client integration 2023-11-06 06:45:45 -08:00
Krrish Dholakia
10987304ba bump: version 0.13.3.dev1 → 0.13.3.dev2 2023-11-06 06:44:15 -08:00
Krrish Dholakia
ef3b7586ba bump: version 0.13.2 → 0.13.3.dev1 2023-11-06 06:34:43 -08:00
Krrish Dholakia
b8cc981db5 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
87c02b18f7 Merge pull request #764 from kylehh/main
doc name chagne
2023-11-05 21:16:38 -08:00
Krrish Dholakia
72bee965d2 bump: version 0.13.2.dev1 → 0.13.2 2023-11-05 21:15:12 -08:00
Krrish Dholakia
c4ed875f47 fix(proxy_server.py): fixing import issues 2023-11-05 21:14:59 -08:00
Krrish Dholakia
597dc8f34c bump: version 0.13.1 → 0.13.2.dev1 2023-11-05 21:12:13 -08:00
Kyle
837733fbe8 Merge branch 'main' of github.com:kylehh/litellm into main 2023-11-05 02:58:32 -08:00
Kyle
2d1ede5f6a name change 2023-11-05 02:58:19 -08:00