Skip to content

Commit

Permalink
refactor: ♻️ refector the azure encorder file name from zure to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogendra0Sharma committed Mar 21, 2024
1 parent 9c38431 commit 848b545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_router/encoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from semantic_router.encoders.openai import OpenAIEncoder
from semantic_router.encoders.tfidf import TfidfEncoder
from semantic_router.encoders.vit import VitEncoder
from semantic_router.encoders.zure import AzureOpenAIEncoder
from semantic_router.encoders.azure import AzureOpenAIEncoder

__all__ = [
"BaseEncoder",
Expand Down
File renamed without changes.

0 comments on commit 848b545

Please sign in to comment.