-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Azure models provided with a "dot" inside of the deployment names are not found.
This is because of this logic:
Line 73 in 658beda
return regexp.MustCompile(`[.:]`).ReplaceAllString(model, "") |
Is there any reason, "." and ":" are filtered out from the deployment names?
Especially the "." is nowadays a bit confusing, because of models like "gpt-4.1" and "gpt-4.1-mini".
To Reproduce
Deploy an azure open AI model with a "dot" in its deployment name.
Expected behavior
The model was found and called.
animalnots, fjc-hub, massbotsteam, jamesd, 1am and 3 more1am
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working