Haodong Tian

Results 5 issues of Haodong Tian

Deploying Apache OpenWhisk on a DIY Kubernetes cluster can throw a couple of curveballs. Here's a quick rundown of the snags I hit and how I untangled them. 1. **GitHub...

# Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've...

# Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've...

### Problem Description This PR addresses the same issue as #13045 -- improving the performance of multiple web search queries -- but with a simpler and cleaner approach. Currently, the...

### Check Existing Issues Related: #13007 ### Problem Description The `/api/chat/completions` endpoint supports two primary modes of operation: 1. **Synchronous (`stream=False`)**: Typically invoked via direct HTTP requests, this mode processes...