mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
add imgs to docs
This commit is contained in:
parent
c9c25cc460
commit
1b144dbf4a
3 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ response = completion(model="claude-2", messages=messages)
|
|||
This server allows you to view responses, costs and latency on your LiteLLM dashboard
|
||||
|
||||
### LiteLLM Client UI
|
||||
<Image img={require('../../img/ab_test_logs.png')} />
|
||||
|
||||
|
||||
|
||||
|
@ -129,6 +130,8 @@ curl --location 'http://localhost:5000/chat/completions' \
|
|||
After running your first `completion()` call litellm autogenerates a new logs dashboard for you. Link to your Logs dashboard is generated in the terminal / console.
|
||||
|
||||
Example Terminal Output with Log Dashboard
|
||||
<Image img={require('../../img/term_output.png')} />
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
BIN
docs/my-website/img/ab_test_logs.png
Normal file
BIN
docs/my-website/img/ab_test_logs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 KiB |
BIN
docs/my-website/img/term_output.png
Normal file
BIN
docs/my-website/img/term_output.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Loading…
Add table
Add a link
Reference in a new issue