mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 00:26:01 +00:00
fix docs + circle ci
This commit is contained in:
@@ -8,6 +8,16 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
||||
command: |
|
||||
if [ -n "$(git diff --name-only $CIRCLE_SHA1^..$CIRCLE_SHA1 | grep -E 'pyproject\.toml|litellm/')" ]; then
|
||||
echo "litellm updated"
|
||||
else
|
||||
echo "No changes to litellm or pyproject.toml. Skipping tests."
|
||||
circleci step halt
|
||||
fi
|
||||
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
|
||||
@@ -24,7 +24,7 @@ Here's the exact json output and type you can expect from all litellm `completio
|
||||
|
||||
```
|
||||
|
||||
Here's what an example liteLLMresponse looks like
|
||||
Here's what an example response looks like
|
||||
```python
|
||||
{
|
||||
'choices': [
|
||||
|
||||
Reference in New Issue
Block a user