浏览代码

fix: change the address of the ollama document (#1043)

### What problem does this PR solve?

fix: change the address of the ollama document #1042

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.8.0
balibabu 1年前
父节点
当前提交
037657c1ce
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/src/pages/user-setting/setting-model/ollama-modal/index.tsx

+ 1
- 1
web/src/pages/user-setting/setting-model/ollama-modal/index.tsx 查看文件

return ( return (
<Flex justify={'space-between'}> <Flex justify={'space-between'}>
<a <a
href={`https://github.com/infiniflow/ragflow/blob/main/docs/${llmFactory.toLowerCase()}.md`}
href={`https://github.com/infiniflow/ragflow/blob/main/docs/guides/deploy_local_llm.md`}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >

正在加载...
取消
保存