Commit Graph

2396 Commits

Author SHA1 Message Date
ishaan-jaff acd4e1d894 (docs) remove gitmodules 2023-10-21 10:29:01 -07:00
ishaan-jaff d9bba09f5d (docs) perplexity 2023-10-21 10:27:34 -07:00
Ishaan Jaff 8f586b3913 Merge pull request #663 from Pratikdate/patch-1
Update index.md
2023-10-21 10:17:54 -07:00
Pratik date 0b51f1ecb9 Update index.md 2023-10-21 12:22:41 +05:30
ishaan-jaff 2a351eab8d (test) retry testing 2023-10-20 17:42:48 -07:00
ishaan-jaff d8ab3ec2b9 (test) caching tests 2023-10-20 15:00:40 -07:00
ishaan-jaff aa6a01904d (fix) get_llm_provider 2023-10-20 15:00:21 -07:00
ishaan-jaff 0b0564167c (fix) embedding() using get_llm_provider 2023-10-20 15:00:08 -07:00
ishaan-jaff 9884bbd196 (docs) perplexity ai api 2023-10-20 14:47:16 -07:00
ishaan-jaff 1bd41ab636 (feat) add perplexity llms 2023-10-20 14:39:29 -07:00
Krrish Dholakia 0b94e968e1 docs(multiple_deployments.md): docs on how to route between multiple deployments 2023-10-20 14:30:29 -07:00
ishaan-jaff 66206aea3a (test) native perplexity ai api test 2023-10-20 14:29:07 -07:00
ishaan-jaff 61dd4f167f (feat) native perplexity support 2023-10-20 14:29:07 -07:00
ishaan-jaff 114d8fda65 (feat) native perplexity support 2023-10-20 14:29:07 -07:00
Krish Dholakia 371f0cb9bc Updated config.yml 2023-10-20 13:48:12 -07:00
ishaan-jaff 3548a6ffc3 (test) test accessing class attributes for streamed responses 2023-10-20 13:06:25 -07:00
Krrish Dholakia 1f1cf7a11c feat(main.py): support multiple deployments in 1 completion call 2023-10-20 13:01:53 -07:00
Krrish Dholakia 62d9ce6e66 docs(token_usage.md): add docs on token encoding and decoding 2023-10-20 12:10:18 -07:00
Krrish Dholakia 6212d56c45 bump: version 0.11.2 → 0.12.0 2023-10-20 11:59:47 -07:00
Krrish Dholakia 4eeadd284a feat(utils.py): adding encode and decode functions 2023-10-20 11:59:47 -07:00
ishaan-jaff c038731c48 (add request_timeout) as param to proxy_server 2023-10-20 11:55:42 -07:00
ishaan-jaff 9e25e6e6b4 (docs) add timeout param 2023-10-20 11:55:42 -07:00
Krrish Dholakia 7595fd89d6 bump: version 0.11.1 → 0.11.2 2023-10-20 10:56:21 -07:00
Krrish Dholakia 4b48af7c3c fix(anthropic.py-+-bedrock.py): anthropic prompt format 2023-10-20 10:56:15 -07:00
ishaan-jaff 220935c3cc (fix) litellm proxy with router 2023-10-20 09:38:22 -07:00
Krrish Dholakia 8ad152a7a4 test(test_proxy.py): fix azure test 2023-10-20 09:21:59 -07:00
Ishaan Jaff 9d1ce893b7 Merge pull request #638 from deepinfra/deepinfra-models
deepinfra: Add supported models
2023-10-20 09:10:32 -07:00
ishaan-jaff 8e9340f3b9 (fix) llmonitor track function calls 2023-10-20 09:05:14 -07:00
Iskren Chernev 629fe3c6ba Load deepinfra models from json 2023-10-20 11:34:17 +03:00
Iskren Chernev a96de1f8c3 Fix deepinfra data for llama 70b 2023-10-20 11:21:58 +03:00
Krish Dholakia 123c0f41f8 Merge pull request #655 from coconut49/main
Create GitHub Action to automatically build docker images
2023-10-19 21:49:18 -07:00
coconut49 f890aa1db5 Refactor code for better readability and remove unnecessary comments in Dockerfile. 2023-10-20 12:19:56 +08:00
coconut49 10737b113f Update Docker build platforms to exclude linux/386 2023-10-20 12:19:29 +08:00
coconut49 c96e45fbfb Remove submodule checkout and set Docker build context to current directory. 2023-10-20 12:19:29 +08:00
coconut49 3850a0ac58 Change submodule checkout strategy to recursive in Docker workflow 2023-10-20 12:19:29 +08:00
coconut49 c19700b0c4 Enable submodules during checkout in Docker workflow 2023-10-20 12:19:29 +08:00
coconut49 e92a68578c Add step to get build tag and include versioned tags in Docker workflow. 2023-10-20 12:19:29 +08:00
coconut49 cad02ace21 Add GitHub Actions workflow to build and release Docker images 2023-10-20 12:19:29 +08:00
coconut49 be78f2ade9 Move Dockerfile to root and set environment variable for config path 2023-10-20 12:19:29 +08:00
coconut49 52fdfe5819 Improve code formatting and allow configurable litellm config path via environment variable. 2023-10-20 12:19:26 +08:00
coconut49 a9ebf1b6ab Relocate Dockerfile to litellm/proxy directory. 2023-10-20 12:18:37 +08:00
Krrish Dholakia 00993f3575 fix: allow api base to be set for all providers
enables proxy use cases
2023-10-19 19:07:42 -07:00
Krrish Dholakia 72f55a4e6c bump: version 0.11.0 → 0.11.1 2023-10-19 18:45:34 -07:00
Krrish Dholakia 76bf8c4be3 fix(anthropic.py): enable api base to be customized 2023-10-19 18:45:29 -07:00
Krrish Dholakia 04f8840a92 test: fix linting testing 2023-10-19 18:40:33 -07:00
Krrish Dholakia 4198901a2d docs(token_usage.md): adding new register model function 2023-10-19 18:33:53 -07:00
Krrish Dholakia 1483484626 bump: version 0.10.2 → 0.11.0 2023-10-19 18:26:36 -07:00
Krrish Dholakia 8dda69e216 feat(utils.py): add register model helper function 2023-10-19 18:26:36 -07:00
Ishaan Jaff 90ce8e4afd Merge pull request #652 from pchalasani/fix-langroid
proxy server: fix langroid part
2023-10-19 15:34:40 -07:00
Prasad Chalasani 4e9b690460 proxy server: fix langroid part 2023-10-19 17:20:20 -04:00