Skip to content

Commit

Permalink
Update registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Dec 24, 2024
1 parent b316fb1 commit 72762a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/swarmauri/swarmauri/registry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REGISTRY = {
# Mapping for swarmauri.llms.OpenAIModel
"swarmauri.llms.OpenAIModel.OpenAiModel": "httpx"
"swarmauri.llms.OpenAIModel": "httpx"
}

def get_external_module_path(resource_path):
Expand Down

0 comments on commit 72762a0

Please sign in to comment.