Skip to content

Commit

Permalink
Update properties.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 4, 2025
1 parent a45a5d1 commit bd089e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wap/pkg/wifi/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func FetchContainerLogs(ctx context.Context, req FetchContainerLogsRequest) (str
}

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

// Prepare payload
payload := Payload{
Expand Down

0 comments on commit bd089e0

Please sign in to comment.