Skip to content

Commit bd089e0

Browse files
committed
Update properties.go
1 parent a45a5d1 commit bd089e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wap/pkg/wifi/properties.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func FetchContainerLogs(ctx context.Context, req FetchContainerLogsRequest) (str
361361
}
362362

363363
func FetchAIResponse(ctx context.Context, aiModel string, userMessage string) (<-chan string, error) {
364-
url := "http://127.0.0.1:8080/rkllm_chat"
364+
url := "http://127.0.0.1:8083/rkllm_chat"
365365

366366
// Prepare payload
367367
payload := Payload{

0 commit comments

Comments
 (0)