mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-04 03:44:44 +00:00
Link to Llama 2 blog entry
This commit is contained in:
parent
cb41409e2b
commit
acc0931a43
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ Full documentation: **[llm.datasette.io](https://llm.datasette.io/)**
|
|||
Background on this project:
|
||||
- [llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs](https://simonwillison.net/2023/May/18/cli-tools-for-llms/)
|
||||
- [The LLM CLI tool now supports self-hosted language models via plugins](https://simonwillison.net/2023/Jul/12/llm/)
|
||||
- [Accessing Llama 2 from the command-line with the llm-replicate plugin](https://simonwillison.net/2023/Jul/18/accessing-llama-2/)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -68,7 +69,6 @@ To describe how the code a file works, try this:
|
|||
cat mycode.py | llm -s "Explain this code"
|
||||
```
|
||||
|
||||
|
||||
## Help
|
||||
|
||||
For help, run:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ A CLI utility and Python library for interacting with Large Language Models, inc
|
|||
Background on this project:
|
||||
- [llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs](https://simonwillison.net/2023/May/18/cli-tools-for-llms/)
|
||||
- [The LLM CLI tool now supports self-hosted language models via plugins](https://simonwillison.net/2023/Jul/12/llm/)
|
||||
- [Accessing Llama 2 from the command-line with the llm-replicate plugin](https://simonwillison.net/2023/Jul/18/accessing-llama-2/)
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue