Skip to content

Commit

Permalink
fix properly the mapping to azuregpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jun 12, 2024
1 parent cfc5240 commit 34255bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reginald/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_model(model_name: str):
LlamaIndexGPTAzure,
)

return LlamaIndexGPTOpenAI
return LlamaIndexGPTAzure
case "llama-index-gpt-openai":
from reginald.models.llama_index.llama_index_openai import (
LlamaIndexGPTOpenAI,
Expand Down

0 comments on commit 34255bb

Please sign in to comment.