mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-13 01:31:00 +00:00
Promote embeddings in README/index, closes #210
This commit is contained in:
parent
c9f7299149
commit
94f0a1a337
3 changed files with 8 additions and 2 deletions
|
|
@ -8,7 +8,9 @@
|
|||
[](https://datasette.io/discord-llm)
|
||||
[](https://formulae.brew.sh/formula/llm)
|
||||
|
||||
A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
|
||||
A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.
|
||||
|
||||
[Run prompts from the command-line](https://llm.datasette.io/en/stable/usage.html#executing-a-prompt), [store the results in SQLite](https://llm.datasette.io/en/stable/logging.html), [generate embeddings](https://llm.datasette.io/en/stable/embeddings/index.html) and more.
|
||||
|
||||
Full documentation: **[llm.datasette.io](https://llm.datasette.io/)**
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@
|
|||
[](https://datasette.io/discord-llm)
|
||||
[](https://formulae.brew.sh/formula/llm)
|
||||
|
||||
A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
|
||||
A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.
|
||||
|
||||
{ref}`Run prompts from the command-line <usage-executing-prompts>`, {ref}`store the results in SQLite <logging>`, {ref}`generate embeddings <embeddings>` and more.
|
||||
|
||||
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/)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
(usage)=
|
||||
# Usage
|
||||
|
||||
The default command for this is `llm prompt` - you can use `llm` instead if you prefer.
|
||||
|
||||
(usage-executing-prompts)=
|
||||
## Executing a prompt
|
||||
|
||||
These examples use the default OpenAI `gpt-3.5-turbo` model, which requires you to first {ref}`set an OpenAI API key <api-keys>`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue