Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DOC: Fix a couple of typos #2817

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/models/model_abilities/multimodal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Chat with audio

from xinference.client import Client

client = Client("http://<XINFERENCE_HOST>:<XINFERENCE_HOST>")
client = Client("http://<XINFERENCE_HOST>:<XINFERENCE_PORT>")
model = client.get_model(<MODEL_UID>)

messages = [
Expand Down
2 changes: 1 addition & 1 deletion doc/source/models/model_abilities/rerank.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We can try Rerank API out either via cURL, OpenAI Client, or Xinference's python

from xinference.client import Client

client = Client("http://<XINFERENCE_HOST>:<XINFERENCE_HOST>")
client = Client("http://<XINFERENCE_HOST>:<XINFERENCE_PORT>")
model = client.get_model(<MODEL_UID>)

query = "A man is eating pasta."
Expand Down
Loading