@firstL站hub里那些资源到底怎么用? 中发帖

我试了多次一次没成功过。 
比如现在我尝试用omp接入,配置文件这么写的,有什么问题吗? 
deepseek: 
baseUrl: https://hub.linux.do/v1 
api: openai-completions 
apiKey: ah-02d279fae*****f1 
models: 
- id: deepseek-v4-flash 
name: deepseek-v4-flash-free (via hub) 
reasoning: true 
input: [text] 
contextWindow: 256000 
maxTokens: 32000 
cost: 
input: 0 
output: 0 
cacheRead: 0 
cacheWrite: 0
 
 
Back to Top