Skip to content

Commit 3db84be

Browse files
committed
Change RemoteModel default model to gpt-oss:120b
1 parent 8f99e79 commit 3db84be

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
@@ -23,7 +23,7 @@ class RemoteModel(Model):
2323
def __init__(
2424
self,
2525
remote_url: str = "http://polymouth.teach.cs.toronto.edu:5000/chat",
26-
model_name: str = "deepseek-coder-v2:latest",
26+
model_name: str = "gpt-oss:120b",
2727
) -> None:
2828
"""Initializes the remote model with a remote URL and model name."""
2929
self.remote_url = remote_url

0 commit comments

Comments
 (0)