Commit Graph
3734 Commits
Author SHA1 Message Date
Krrish Dholakia 9513d6b862 fix(utils.py): read env variables for known openai-compatible api's (e.g. perplexity), dynamically from th eenvironment 2023-10-13 22:43:32 -07:00
Krrish Dholakia d77eee34f0 fix(openai.py): fix linting errors 2023-10-13 22:24:58 -07:00
Krrish Dholakia 3210ebfc7a fix(proxy_cli.py): fix adding keys flow - let user use --add_key to add new keys 2023-10-13 22:24:58 -07:00
ishaan-jaff cacfac5726 (test) fix azure embedding test 2023-10-13 22:19:34 -07:00
ishaan-jaff 5e5c314bec (test) fix azure test 2023-10-13 22:18:53 -07:00
Krrish Dholakia 91c8e92e71 fix(openai.p): adding support for exception mapping for openai-compatible apis via http calls 2023-10-13 21:56:51 -07:00
ishaan-jaff 81becfa2ec (docs) fix formatting 2023-10-13 21:48:24 -07:00
ishaan-jaff 680bf6f110 (docs) add example of using Azure with passing api_key, api_base, api_version 2023-10-13 21:27:01 -07:00
ishaan-jaff 5a0284dd58 (fix) fix linting errors 2023-10-13 21:23:00 -07:00
ishaan-jaff 5d2881a2ce (tests) add 2023-10-13 21:16:41 -07:00
ishaan-jaff b72dbe61c0 (feat) set api_base, api_key, api_version for embedding() 2023-10-13 21:09:44 -07:00
ishaan-jaff b77492d574 (tests) add azure/embedding search 2023-10-13 21:09:08 -07:00
ishaan-jaff d28586775a (feat) add swagger.json for litellm proxy 2023-10-13 20:41:04 -07:00
Krrish Dholakia deef7ce0f0 bump: version 0.8.2 → 0.8.3 2023-10-13 20:16:41 -07:00
Krrish Dholakia d9ddd7b338 fix(proxy_server): cleaning up print statements 2023-10-13 20:16:31 -07:00
Krrish Dholakia d0e7c3016e docs(model_config_proxy.md): add tutorial on saving custom prompt templates for openai-compatible server 2023-10-13 16:31:02 -07:00
Krrish Dholakia 9932371f88 bump: version 0.8.1 → 0.8.2 2023-10-13 15:47:44 -07:00
Krrish Dholakia 3fc0375e34 fix(proxy_server): fix cors issue 2023-10-13 15:47:28 -07:00
Krrish Dholakia ca911aa1a7 bump: version 0.8.0 → 0.8.1 2023-10-13 15:33:24 -07:00
Krrish Dholakia b403bac500 refactor(utils.py): clean up print statement 2023-10-13 15:33:12 -07:00
Krrish Dholakia 5fb7d4897e bump: version 0.7.10 → 0.8.0 2023-10-13 15:31:17 -07:00
Krrish Dholakia 4d4f8bfa5d feat(proxy_server): adding model fallbacks and default model to toml 2023-10-13 15:31:17 -07:00
ishaan-jaff 46ab76562c (ci/cd testing) add langchain to testing 2023-10-13 15:24:30 -07:00
Krrish Dholakia 2c0280cff3 fix(proxy_cli): add logs and config 2023-10-13 15:14:21 -07:00
ishaan-jaff 3cec7fb77c (docs) langchain 2023-10-13 14:38:45 -07:00
ishaan-jaff 672ba7db14 (docs) continue dev integration 2023-10-13 14:36:40 -07:00
ishaan-jaff ab59e250d6 (docs) add replit embedding langfuse docs 2023-10-13 14:33:29 -07:00
ishaan-jaff cc9b0b440a (docs) proxy_server - example using continue dev 2023-10-13 14:15:43 -07:00
Krrish Dholakia c09104e577 docs(docs): cleanup 2023-10-13 13:04:22 -07:00
ishaan-jaff 9eb8524c09 (docs) add palm to ChatLiteLLM example 2023-10-13 12:59:06 -07:00
ishaan-jaff 1502ba6a06 (test) add langchain ChatLiteLLM testing 2023-10-13 12:56:41 -07:00
ishaan-jaff 5a39a3554d (docs) litellm ollama docker image 2023-10-13 08:45:20 -07:00
Krrish Dholakia f2eb1b4658 fix(proxy/): remove cloned repo 2023-10-12 21:46:18 -07:00
Krrish Dholakia 8bb9be3c5a docs(proxy_server): fix code 2023-10-12 21:42:19 -07:00
Krrish Dholakia 06f930a5fb refactor(proxy_server): clean up print statements 2023-10-12 21:39:16 -07:00
ishaan-jaff 3f0bbacac7 bump: version 0.7.9 → 0.7.10 2023-10-12 21:32:59 -07:00
Krrish Dholakia 8dc009255b fix(init.py): fix linting errors 2023-10-12 21:31:53 -07:00
ishaan-jaff feb91413ec (test) openrouter test use gpt-3.5 instead of gpt-4-32k 2023-10-12 21:29:35 -07:00
ishaan-jaff 91e2aebe8c (fix) ensure stop is always a list for anthropic 2023-10-12 21:25:18 -07:00
ishaan-jaff f194268b80 (docs) add example using guidance with proxy 2023-10-12 21:25:18 -07:00
Krrish Dholakia 606543eac8 fix(gitmodules): remapping to new proxy 2023-10-12 21:23:53 -07:00
Krrish Dholakia 4f172101df docs(proxy): added readme 2023-10-12 21:09:40 -07:00
Krrish Dholakia b28c055896 feat(proxy_server): adds create-proxy feature 2023-10-12 18:27:07 -07:00
ishaan-jaff 3da89a58ae (test) temp comment unstable NLP Cloud API test 2023-10-12 18:24:37 -07:00
ishaan-jaff d6a9349685 (tests) fix test_completion_catch_nlp_exception to catch functions sent to nlp cloud 2023-10-12 18:11:02 -07:00
ishaan-jaff dc879910e7 (test) load_dotenv in streaming tests 2023-10-12 16:35:33 -07:00
ishaan-jaff e01d83cea6 (feat) bedrock add finish_reason to streaming responses 2023-10-12 16:22:34 -07:00
ishaan-jaff 0937d07d6d (test) catch bedrock RateLimitErrors 2023-10-12 16:04:32 -07:00
ishaan-jaff 66cbba3f55 (feat) add Rate Limit Error for bedrock 2023-10-12 15:57:34 -07:00
ishaan-jaff 93ceafc44b (test) try replicate test streaming with verbose mode 2023-10-12 15:48:20 -07:00