Commit graph

779 commits

Author SHA1 Message Date
Krrish Dholakia
78fb8cf941 fix(router.py): fix linting issues 2023-11-06 18:50:09 -08:00
ishaan-jaff
b9fd2b6e42 (docs) add gpt-4 turbo 2023-11-06 13:32:08 -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
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
kYLe
17711f0930 Merge branch 'BerriAI:main' into main 2023-11-05 04:56:18 -06:00
Kyle
2d50d72c1c change name 2023-11-05 02:55:09 -08:00
ishaan-jaff
faead45bc8 (docs) litellm playground fix 2023-11-04 22:28:01 -07:00
ishaan-jaff
ea5a90e822 (docs) lm eval harness 2023-11-04 17:55:32 -07:00
ishaan-jaff
795f72843c (docs) lm harness 2023-11-04 17:51:50 -07:00
ishaan-jaff
6cdb9f033a (docs) lm harness tutorial 2023-11-04 17:51:16 -07:00
ishaan-jaff
0b68775122 (docs) index.md 2023-11-04 17:23:36 -07:00
Krrish Dholakia
8f1f221e36 docs(custom_callback.md): adding callback class to docs 2023-11-04 17:14:42 -07:00
ishaan-jaff
89854cf0d7 (docs) lm eval harness 2023-11-03 18:11:07 -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
Krrish Dholakia
265a49ec62 docs(simple_proxy.md): improving tutorial 2023-11-03 14:06:08 -07:00
Krrish Dholakia
b522afc8f1 docs(simple_proxy.md): adding docs 2023-11-03 14:03:48 -07:00
Krrish Dholakia
f4b9e8a305 docs(simple_proxy.md): doc cleanup 2023-11-03 13:07:07 -07:00
Krrish Dholakia
e32958d9f3 docs(simple_proxy.md): adding bedrock tutorial 2023-11-03 12:58:48 -07:00
Krrish Dholakia
302b5ced99 fix(proxy_server.py): accept config.yaml 2023-11-03 12:50:52 -07:00
ishaan-jaff
83173ad8a9 (docs) caching 2023-11-02 14:51:07 -07:00
ishaan-jaff
389118fae4 (docs) embedding 2023-11-02 10:57:57 -07:00
ishaan-jaff
b087529183 (docs) embedding cohere 2023-11-02 10:56:24 -07:00
ishaan-jaff
d9a134de1e (docs) cohere embedding 2023-11-02 10:45:56 -07:00
ishaan-jaff
4fd0b3350f (docs) cohere embedding models 2023-11-02 10:35:46 -07:00
ishaan-jaff
192fe21293 (feat) cohere embedding 2023-11-02 10:26:02 -07:00
ishaan-jaff
207888401f (docs) cohere 2023-11-02 10:23:52 -07:00
Krrish Dholakia
4909b374a4 docs(proxy_server.md): cleanup 2023-11-01 18:13:22 -07:00
Krrish Dholakia
6ef1192141 docs(lm_evaluation_harness.md): adding github link to docs 2023-11-01 17:46:21 -07:00
Krrish Dholakia
19452ecc7d docs(lm_evaluation_harness.md): tutorial showing how to use lm evaluation harness with tgi 2023-11-01 17:45:16 -07:00
ishaan-jaff
f66e9c6bce (feat) detect amazon.titan-embed-text-v1 as bedrock embedding model 2023-11-01 14:46:33 -07:00
ishaan-jaff
62fdb40922 (docs) bedrock 2023-11-01 14:17:53 -07:00
ishaan-jaff
ba5af70576 (docs) bedrock 2023-11-01 14:16:13 -07:00
ishaan-jaff
0bb813920d (docs) add bedrock embedding 2023-11-01 14:15:08 -07:00
ishaan-jaff
8ca639e6e4 (docs) add bedrock embeddings() 2023-11-01 14:12:48 -07:00
Krrish Dholakia
a79462b3da docs(function_call.md): cleanup 2023-11-01 13:55:00 -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
30555ff472 (docs) add litellm.api_version 2023-11-01 11:52:20 -07:00
Krish Dholakia
f0d8100063 Merge pull request #734 from morgendigital/patch-1
Docker Hub image is built for ARM64 only
2023-11-01 08:21:45 -07:00
ishaan-jaff
4b8926a0f5 (docs) bedrock 2023-10-31 22:32:41 -07:00
ishaan-jaff
191798231a (docs) hf viewing log probs 2023-10-31 18:37:18 -07:00
ishaan-jaff
1cfc063e00 (docs) hf 2023-10-31 18:25:44 -07:00
Krrish Dholakia
0266a73bc4 docs(simple_proxy.md): add model alias to docs 2023-10-31 17:30:02 -07:00
ishaan-jaff
6a150762b5 (docs) function calling for non openai llms 2023-10-31 17:15:35 -07:00
Morgendigital
1edcade379 Docker Hub image is built for ARM64 only
When trying to run it on a x64 Linux machine, I get the following error:

```
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
```

The Docker image was apparently built for ARM64 only.
2023-10-31 23:28:38 +01:00
ishaan-jaff
013b122f92 (docs) openai set - org + api base 2023-10-30 18:03:53 -07:00
ishaan-jaff
836a8cb3ca (docs) update calling ft gpt3.5 2023-10-30 17:56:01 -07:00
ishaan-jaff
4ed47b0ac1 (docs) example on setting organization param for openai 2023-10-30 17:43:32 -07:00
ishaan-jaff
b9953297d5 (docs) openai.md 2023-10-30 17:33:23 -07:00