Skip to content

Commit

Permalink
Fix: Remove extra backslash (#7676)
Browse files Browse the repository at this point in the history
remove extra backslash; fixes #7608
  • Loading branch information
lena-larionova authored Jul 25, 2024
1 parent ef0f8ca commit 2bf4165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ curl -X POST http://localhost:8001/routes/llama2-chat/plugins \
--data "config.model.provider=llama2" \
--data "config.model.name=llama2" \
--data "config.model.options.llama2_format=ollama" \
--data "config.model.options.upstream_url=http://ollama-server.local:11434/api/chat" \
--data "config.model.options.upstream_url=http://ollama-server.local:11434/api/chat"
```

{% endnavtab %}
Expand Down

0 comments on commit 2bf4165

Please sign in to comment.