mirror of https://github.com/aliasrobotics/cai.git
Fix error in example path
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
8718a93155
commit
1618434aa9
|
|
@ -28,7 +28,7 @@ LiteLLM integration helps out switch between models easily and rapidly. This is
|
||||||
litellm --config examples/model_providers/litellm_config.yaml
|
litellm --config examples/model_providers/litellm_config.yaml
|
||||||
|
|
||||||
# then use the proxy via the SDK
|
# then use the proxy via the SDK
|
||||||
python3 examples/agent_patterns/litellm.py
|
python3 examples/model_providers/litellm.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing the proxy server
|
### Testing the proxy server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue