Skip to content

Commit

Permalink
fixing pytest for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zahid-syed committed Mar 11, 2024
1 parent 80ba002 commit 363ae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_router/encoders/mistral.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class MistralEncoder(BaseEncoder):
"""Class to encode text using MistralAI"""

client: Any = PrivateAttr()
_client: Any = PrivateAttr()
embedding_response: Any = PrivateAttr()
mistral_exception: Any = PrivateAttr()
type: str = "mistral"
Expand Down

0 comments on commit 363ae33

Please sign in to comment.