Commit Graph

582 Commits

Author SHA1 Message Date
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
Krrish Dholakia 8bb9be3c5a docs(proxy_server): fix code 2023-10-12 21:42:19 -07:00
Krrish Dholakia 8dc009255b fix(init.py): fix linting errors 2023-10-12 21:31:53 -07:00
ishaan-jaff f194268b80 (docs) add example using guidance with proxy 2023-10-12 21:25:18 -07:00
ishaan-jaff 78d60f000e (docs) show where the costs are written to 2023-10-12 11:49:25 -07:00
ishaan-jaff 2453628bb3 (docs) update cost display on docs 2023-10-12 11:43:23 -07:00
ishaan-jaff 88679a6d08 (docs) import embedding on litellm hosted cache 2023-10-12 11:38:12 -07:00
ishaan-jaff 171b8fce0a (docs) add import embedding for caching example 2023-10-12 11:25:13 -07:00
Krrish Dholakia e1ee2890b9 fix(utils): remove ui to view error message 2023-10-11 16:01:57 -07:00
ishaan-jaff accd6eb97f (docs) move litellm proxy higher up 2023-10-11 10:54:11 -07:00
ishaan-jaff db90f96659 (docs) add ollama higher up in litellm docs 2023-10-11 10:52:56 -07:00
ishaan-jaff 6e2e020428 (docs) ollama add mistral, code llama and llama2 2023-10-11 10:18:58 -07:00
ishaan-jaff f84fb8c76d (docs) ollama models 2023-10-11 08:55:38 -07:00
ishaan-jaff 41cd1bbfd6 (docs) add ollama docker image 2023-10-11 08:42:03 -07:00
ishaan-jaff 2694dd34b0 (docs) new ollama_docker image 2023-10-11 08:42:03 -07:00
Krrish Dholakia ca7e2f6a05 docs(proxy_server.md): add docker image details to docs 2023-10-11 08:28:08 -07:00
Prasad Chalasani 9fe795dc81 shorter langroid example, update section title 2023-10-11 10:48:58 -04:00
Krrish Dholakia 5a72688648 docs(proxy_server): name fix 2023-10-10 16:51:38 -07:00
Krrish Dholakia 15afa6cde9 docs(proxy_server): adding langdroid tutorial 2023-10-10 16:28:58 -07:00
Krrish Dholakia 109826e868 docs(proxy_server): fix autogen tutorial docs 2023-10-10 16:27:04 -07:00
ishaan-jaff 7125016d24 (docs) custom callback for tracking costs 2023-10-10 11:36:02 -07:00
ishaan-jaff 68b655df51 (docs) proxy_server 2023-10-10 10:38:10 -07:00
ishaan-jaff 449403e2b3 (docs) proxy_server 2023-10-10 10:26:44 -07:00
ishaan-jaff cf580a4995 (docs) add cost tracking to proxy server 2023-10-10 10:19:15 -07:00
ishaan-jaff 2b8a8297af (docs) fix tracking end users 2023-10-10 10:04:47 -07:00
Krrish Dholakia 0d863f00ad refactor(bedrock.py): take model names from model cost dict 2023-10-10 07:35:03 -07:00
Krrish Dholakia 253e8d27db fix: bug fix when n>1 passed in 2023-10-09 16:46:33 -07:00
ishaan-jaff 2004b449e8 (docs) Proxy add tutorial on using multiple llms 2023-10-09 16:21:40 -07:00
Krrish Dholakia 46bfeddfc7 docs(stream.md): fix async streaming tutorial 2023-10-09 11:47:49 -07:00
Zeeshan Hooda 112df4a19d (test) add bedrock existing client auth test 2023-10-09 03:39:40 -06:00
Zeeshan Hooda f735ca7e46 (docs) bedrock pass existing client to completion 2023-10-09 01:14:53 -06:00
Krrish Dholakia f7473638ce docs(set_keys.md): doc updates 2023-10-08 10:01:19 -07:00
Krrish Dholakia c48c6e9358 docs(set_keys.md): adds validate_environment function to docs 2023-10-08 10:00:56 -07:00
Krrish Dholakia a833e3f929 docs(proxy_server.md): adding /ollama_logs endpoint to docs 2023-10-07 20:38:19 -07:00
Krrish Dholakia 10ad137b2e docs(telemetry): add telemetry to docs 2023-10-07 17:49:42 -07:00
Krrish Dholakia 51e5e2b8d5 docs(proxy_server): doc cleanup 2023-10-07 17:29:04 -07:00
Krrish Dholakia f6a48946b9 docs(custom-callback): return complete streaming response to custom callback 2023-10-07 15:54:52 -07:00
ishaan-jaff 42c363073b (docs) pass aws_access_key_id etc to completion 2023-10-07 15:49:28 -07:00
ishaan-jaff f941975a78 (docs) with github 2023-10-07 15:38:36 -07:00
ishaan-jaff 286cb993a4 (docs) bedrock 2023-10-07 15:31:40 -07:00
ishaan-jaff a67a531507 (docs) bedrock 2023-10-07 15:29:38 -07:00
Krrish Dholakia 86a835f6fd docs(callbacks.md): add input callback to the callback docs 2023-10-07 14:21:30 -07:00
Krrish Dholakia ab8093118b docs(adding-litellm-proxy-config-to-docs): adding litellm proxy config to docs 2023-10-07 14:14:05 -07:00
Krrish Dholakia 78e413675e docs(completion-docs): add ollama provider specific settings 2023-10-07 13:53:01 -07:00
Krrish Dholakia d69038883c docs(completion-docs): adds more details on provider-specific params 2023-10-07 13:49:30 -07:00