Skip to content

Commit d53bf3e

Browse files
authored
Merge pull request #1562 from krissetto/remove-local-dev-oopsie
remove local dev oopsie
2 parents dbf2b26 + b14bb03 commit d53bf3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/root/api.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ func monitorStdin(ctx context.Context, cancel context.CancelFunc, stdin *os.File
7878
}
7979

8080
func (f *apiFlags) runAPICommand(cmd *cobra.Command, args []string) error {
81-
f.runConfig.ModelsGateway = "http://localhost:7777"
82-
8381
telemetry.TrackCommand("api", args)
8482

8583
ctx := cmd.Context()

0 commit comments

Comments
 (0)