We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfbb83 commit e0220acCopy full SHA for e0220ac
trinity/common/models/model.py
@@ -132,5 +132,5 @@ def get_openai_client(self) -> openai.OpenAI:
132
base_url=api_address,
133
api_key="EMPTY",
134
)
135
- setattr(self.openai_client, "model_path", model_path)
+ setattr(self.openai_client, "model_path", model_path) # TODO: may be removed
136
return self.openai_client
0 commit comments