Skip to content

Commit

Permalink
remove extra backslash; fixes #7608
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored Jul 24, 2024
1 parent 91d2a99 commit 103a700
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 103a700

Please sign in to comment.