소스 검색

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
No account linked to committer's email address
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 파일 보기

@@ -47,7 +47,7 @@ const OllamaModal = ({
return (
<Flex justify={'space-between'}>
<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"
rel="noreferrer"
>

Loading…
취소
저장