Skip to content

Commit

Permalink
Shift port range in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp authored Dec 24, 2023
1 parent d49ec62 commit bcc1bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/llm_ollama_managed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end
endpoint = "wrong-endpoint")

## Run mock server
PORT = rand(1000:2000)
PORT = rand(2000:3000)
echo_server = HTTP.serve!(PORT, verbose = -1) do req
content = JSON3.read(req.body)
response = Dict(:response => content[:prompt],
Expand Down

0 comments on commit bcc1bfe

Please sign in to comment.