Leo Q
Leo Q
Hi, I just discovered that you can achive your goal by using [alias](https://developer.hashicorp.com/terraform/language/providers/configuration#alias-multiple-provider-configurations) ``` // online provider "kafka" { bootstrap_servers = ["cluster1:9092"] } // data provider "kafka" { alias =...
当时设想的是401跳登录,403的话弹个通知就行。
要不先给 antd 一个机会? select 之前是效率比较差用的不是原生的, 兴许现在进化了好使了?
这个我感觉提交完成后不等后端返回,马上弹一个弹窗,让用户选择去新工单还是继续提交,还可以重置表单,这样大部分表单都过不了验证 Sent from my iPhone > On Aug 27, 2020, at 10:12, dispensable wrote: > > > 防止重复提交 > > — > You are receiving this because you are...
@jordanfung 对当前项目的健康程度比较担心,很多pr issue 没人处理,我pr挂了两个月了,也是和smtp有关的,没人看没人合,大佬你也可以看看别的项目比如liteLLM 对比起来本项目发展太不健康了 https://ossinsight.io/analyze/songquanpeng/one-api
The issue in https://issues.sonatype.org/browse/NEXUS-20929 was marked as "wont fix", don't know why, hope this can be fixed in the comming releases.
plus one for this, I'm working on it
I'm considering using rclone to do the whole backup job, [rclone](https://github.com/rclone/rclone) support tons of cloud storage, we it can save a lot of developing time
按 azure 的文档, 确实没有这个参数, 之前设计的 azure 和 openai 是完全兼容的, 现在可能 azure 那边慢了, 如果 azure 那边更新慢, oneapi 这边估计只能用 adaptor 做兼容了 https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#completions
伪造确实不是好的实现,我比较建议oneapi照着 azure的接口 spec 对传过来的请求进行改写,这样可以在请求时去掉一些azure 不支持的参数,oneapi会更健壮