mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
enhance: chat with LLM
This commit is contained in:
parent
e84ea98be9
commit
642e21a260
40 changed files with 544 additions and 250 deletions
|
@ -23,7 +23,7 @@ func GetEnvironment(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, env)
|
||||
c.JSON(http.StatusOK, analytic.GetNode(env))
|
||||
}
|
||||
|
||||
func GetEnvironmentList(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue