westdata
Results
2
issues of
westdata
手动授权问题
7
Windows系统,chrome浏览器访问funasr的wss服务时,需要先点“手工授权(IOS)”,打开网页后,再连接才能成功。否则会报错。
在使用官方API的缓存功能时,报404错误。如果切换为官方端点,则没问题。 示例代码: print("创建缓存中...") cache = client.caches.create( model="gemini-2.5-flash", config=types.CreateCachedContentConfig( contents=[uploaded_file], system_instruction="You are an expert document analyzer.", ttl=f"{cache_hours * 3600}s" ) ) print(f"缓存创建成功,缓存ID: {cache.name}")