Skip to content

Commit b976764

Browse files
committed
Updated port number in RemoteModel default URL
1 parent ce4faba commit b976764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_feedback/models/RemoteModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RemoteModel(Model):
2222

2323
def __init__(
2424
self,
25-
remote_url: str = "https://polymouth.teach.cs.toronto.edu:5000/chat",
25+
remote_url: str = "https://polymouth.teach.cs.toronto.edu:443/chat",
2626
model_name: str = "gpt-oss:120b",
2727
) -> None:
2828
"""Initializes the remote model with a remote URL and model name."""

0 commit comments

Comments
 (0)