debug backend API for TAB 'search' (#2389)

### What problem does this PR solve?
#2247

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu
2024-09-12 17:51:20 +08:00
committed by GitHub
parent 68d0210e92
commit 4730145696
6 changed files with 30 additions and 20 deletions

View File

@@ -15,7 +15,7 @@
#
import re
from typing import Optional
import threading
import threading
import requests
from huggingface_hub import snapshot_download
from openai.lib.azure import AzureOpenAI