Skip to content

Commit

Permalink
fix: update engine's cmd flag to match the new cli layout (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Co-authored-by: Aris Boutselis <arisboutselis08@gmail.com>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
3 people committed May 15, 2023
1 parent e5e613a commit aafe669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auth/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ func init() {
// add flag for url
newCmd.Flags().StringVarP(&baseURL, "baseurl", "u", "", "URL AI provider, (e.g `http://localhost:8080/v1`)")
// add flag for azure open ai engine/deployment name
AuthCmd.Flags().StringVarP(&engine, "engine", "e", "", "Azure AI deployment name")
newCmd.Flags().StringVarP(&engine, "engine", "e", "", "Azure AI deployment name")
}

0 comments on commit aafe669

Please sign in to comment.