Skip to content

Commit

Permalink
that link just doesn't format well in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Sep 24, 2023
1 parent cbcdec4 commit 26912b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chap/backends/llama_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LlamaCpp:
@dataclass
class Parameters:
url: str = "http://localhost:8080/completion"
"""The URL of a llama.cpp server's completion endpoint. See https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md for more information."""
"""The URL of a llama.cpp server's completion endpoint."""

def __init__(self):
self.parameters = self.Parameters()
Expand Down

0 comments on commit 26912b1

Please sign in to comment.