Skip to content

Commit 1e08805

Browse files
authored
Update README.md
1 parent 381f00b commit 1e08805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Autodoc is a **experimental** toolkit for for auto-generating codebase documenti
3636

3737
The generated documentation lives in your codebase, and travels where your code travels. Developers who download your code can use the `doc` command to ask questions about your codebase and get highly specific answers with reference links back to code files.
3838

39-
In the near future, documentation will be re-indexed as part your CI pipeline, so it is always up-to-date.
39+
In the near future, documentation will be re-indexed as part your CI pipeline, so it is always up-to-date. If your interested in working contributing to this work, see [this issue](https://github.com/context-labs/autodoc/issues/7).
4040

4141

4242
### Status
@@ -141,7 +141,7 @@ For every file in your project, Autodoc calculates the number of tokens in the f
141141

142142
For large projects, the cost can be several hundred dollars. View OpenAI pricing [here](https://openai.com/pricing).
143143

144-
In the near future, we will support self-hosted models, such as [Llama](https://github.com/facebookresearch/llama) and [Alpaca](https://github.com/tatsu-lab/stanford_alpaca). Read this issue if you're interesting in contributing to this work.
144+
In the near future, we will support self-hosted models, such as [Llama](https://github.com/facebookresearch/llama) and [Alpaca](https://github.com/tatsu-lab/stanford_alpaca). Read [this issue](https://github.com/context-labs/autodoc/issues/8) if you're interesting in contributing to this work.
145145

146146
When you're done repository is done being indexed, you should see a screen like this:
147147

0 commit comments

Comments
 (0)