Skip to content

Commit 4c5504d

Browse files
authored
Docs: Fix accidental relative URL to be absolute (#27)
1 parent 018c275 commit 4c5504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This code will cache responses from LLMS by default in `$HOME/.paperqa/llm_cache
115115

116116
### Can I use different LLMs?
117117

118-
Yes, you can use any LLMs from [langchain](langchain.readthedocs.io/) by passing the `llm` argument to the `Docs` class. You can use different LLMs for summarization and for question answering too.
118+
Yes, you can use any LLMs from [langchain](https://langchain.readthedocs.io/) by passing the `llm` argument to the `Docs` class. You can use different LLMs for summarization and for question answering too.
119119

120120
### Where do the documents come from?
121121

0 commit comments

Comments
 (0)