fix: ?no-history flag and improve /logs monitoring docs (#721)
- improve logging documentation - small tweaks for edge case issues in upstream and log requests
This commit is contained in:
@@ -683,7 +683,7 @@ func (pm *ProxyManager) proxyToUpstream(c *gin.Context) {
|
||||
searchModelName, modelID, remainingPath, modelFound := pm.findModelInPath(upstreamPath)
|
||||
|
||||
if !modelFound {
|
||||
pm.sendErrorResponse(c, http.StatusBadRequest, "model id required in path")
|
||||
pm.sendErrorResponse(c, http.StatusNotFound, "model not found")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user