Krrish Dholakia
|
964e3da107
|
test(test_completion.py): fix openai testing
|
2023-11-09 19:05:34 -08:00 |
|
Krrish Dholakia
|
d392f6efb5
|
fix(utils.py): fix sync streaming
|
2023-11-09 18:47:20 -08:00 |
|
Krrish Dholakia
|
af7468e9bc
|
fix(main.py): accepting azure deployment_id
|
2023-11-09 18:16:02 -08:00 |
|
ishaan-jaff
|
0a4e1195b0
|
(replicate) deployments
|
2023-11-09 18:10:38 -08:00 |
|
Krrish Dholakia
|
7e04e46d94
|
test(test_completion.py): fix test case
|
2023-11-09 17:43:18 -08:00 |
|
ishaan-jaff
|
beae7bf27a
|
run ci/cd again
|
2023-11-08 20:24:41 -08:00 |
|
Krrish Dholakia
|
e66373bd47
|
refactor(openai.py): moving openai text completion calls to http
|
2023-11-08 18:40:03 -08:00 |
|
Krrish Dholakia
|
decf86b145
|
refactor(openai.py): moving openai chat completion calls to http
|
2023-11-08 17:40:41 -08:00 |
|
ishaan-jaff
|
75fafb8736
|
(test) replicate with params
|
2023-11-08 14:28:06 -08:00 |
|
ishaan-jaff
|
65917815d5
|
(fix) ignore rate limit error for gpt4 turbo
|
2023-11-06 18:34:45 -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
|
825bd6709b
|
(test) add gpt-4-turbo
|
2023-11-06 13:32:53 -08:00 |
|
Krrish Dholakia
|
713c659d09
|
fix(utils.py): remove special characters from streaming output
|
2023-11-06 12:21:50 -08:00 |
|
Krrish Dholakia
|
597dc8f34c
|
bump: version 0.13.1 → 0.13.2.dev1
|
2023-11-05 21:12:13 -08:00 |
|
Krrish Dholakia
|
2310e0c6eb
|
test(test_completion.py): num retries 3
|
2023-11-04 15:55:56 -07:00 |
|
ishaan-jaff
|
6e0e79e3ce
|
(test) anyscale stream
|
2023-11-04 13:23:19 -07:00 |
|
ishaan-jaff
|
342328d301
|
(test) anyscale streaming
|
2023-11-04 13:23:02 -07:00 |
|
Krrish Dholakia
|
0f4f9c7923
|
test(test_completion.py): cleanup
|
2023-11-03 18:31:41 -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
|
b2a18e96c8
|
(test) cleanup remove text_completion testing from completion()
|
2023-11-03 16:36:38 -07:00 |
|
ishaan-jaff
|
c91234176c
|
(test) add palm streaming
|
2023-11-03 13:09:39 -07:00 |
|
ishaan-jaff
|
083f2a0eb1
|
(test) vertex ai
|
2023-11-03 12:54:36 -07:00 |
|
ishaan-jaff
|
9b66dce627
|
(test) vertex llms
|
2023-11-02 16:31:13 -07:00 |
|
Krrish Dholakia
|
33c1118080
|
feat(completion()): enable setting prompt templates via completion()
|
2023-11-02 16:24:01 -07:00 |
|
Krrish Dholakia
|
943f9d9432
|
fix(main.py): expose custom llm provider for text completions
|
2023-11-02 07:55:54 -07:00 |
|
ishaan-jaff
|
6a35f4d779
|
(test) hf text_completion
|
2023-11-01 18:25:13 -07:00 |
|
Krrish Dholakia
|
a951f7ff85
|
fix(utils.py): mapping stop sequences for palm
|
2023-11-01 14:00:45 -07:00 |
|
Krrish Dholakia
|
b4d3cb2f35
|
docs(routing.md): adding context window fallback dict and num retries
|
2023-11-01 13:52:18 -07:00 |
|
ishaan-jaff
|
139dc8ca53
|
(test) use litellm.api_version
|
2023-11-01 11:52:01 -07:00 |
|
ishaan-jaff
|
18a5bf83de
|
(test) bedrock.cohere testing
|
2023-10-31 22:26:43 -07:00 |
|
ishaan-jaff
|
fe18a6c04c
|
(test) text_completion add echo for hf
|
2023-10-31 18:20:59 -07:00 |
|
ishaan-jaff
|
6f9b6bcaa6
|
(test) text completion add logprobs to test
|
2023-10-31 17:15:35 -07:00 |
|
Krrish Dholakia
|
b98a58d1b1
|
test(test_completion.py): re-add bedrock + sagemaker testing
|
2023-10-31 16:49:13 -07:00 |
|
ishaan-jaff
|
1dead49538
|
(test) add support for returning logprobs
|
2023-10-31 15:33:45 -07:00 |
|
ishaan-jaff
|
c05f8bf554
|
(test) text_completion pass prompt as array
|
2023-10-31 14:29:43 -07:00 |
|
Krrish Dholakia
|
297bd67a45
|
test: removing unstable tests
|
2023-10-30 21:10:36 -07:00 |
|
Krrish Dholakia
|
147d69f230
|
feat(main.py): add support for maritalk api
|
2023-10-30 17:36:51 -07:00 |
|
ishaan-jaff
|
e80f07c76a
|
(tests) easily track cost for responses
|
2023-10-28 15:08:35 -07:00 |
|
ishaan-jaff
|
d0baa2d510
|
(test) vertex ai use usage class
|
2023-10-27 09:39:55 -07:00 |
|
ishaan-jaff
|
2241490fe9
|
(test) usage class for anthropic
|
2023-10-27 09:33:21 -07:00 |
|
ishaan-jaff
|
66f1793bee
|
(test) usage for anthropic
|
2023-10-27 09:33:01 -07:00 |
|
Krrish Dholakia
|
715ea54544
|
fix(utils.py): adding support for anyscale models
|
2023-10-25 09:08:10 -07:00 |
|
Krrish Dholakia
|
3e8af9f807
|
test(test_caching.py): reset to none
|
2023-10-24 15:02:20 -07:00 |
|
Krrish Dholakia
|
98c25b08cd
|
fix(vertex_ai.py): fix output parsing
|
2023-10-24 12:08:22 -07:00 |
|
Krrish Dholakia
|
5e83c34913
|
fix(vertex_ai.py): parse out text response from response object
|
2023-10-24 08:53:22 -07:00 |
|
Krrish Dholakia
|
7be6c72594
|
test(bedrock-testing): commenting out due to api key invalidation by amazon
|
2023-10-23 17:05:44 -07:00 |
|
ishaan-jaff
|
612a47ae6d
|
(test) native perplexity ai api test
|
2023-10-20 14:29:07 -07:00 |
|
ishaan-jaff
|
2d236cfbca
|
(test) deep infra testing for mistral
|
2023-10-14 16:47:25 -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 |
|