We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf2b26 + b14bb03 commit d53bf3eCopy full SHA for d53bf3e
1 file changed
cmd/root/api.go
@@ -78,8 +78,6 @@ func monitorStdin(ctx context.Context, cancel context.CancelFunc, stdin *os.File
78
}
79
80
func (f *apiFlags) runAPICommand(cmd *cobra.Command, args []string) error {
81
- f.runConfig.ModelsGateway = "http://localhost:7777"
82
-
83
telemetry.TrackCommand("api", args)
84
85
ctx := cmd.Context()
0 commit comments