Commit graph

276 commits

Author SHA1 Message Date
Fabian Labat
6cdc29c8d6
Update directory.md (#486)
* Update directory.md

Added support for Bedrock Llama 3
2024-05-13 13:01:33 -07:00
Simon Willison
3cc588f247 List llm-llamafile in plugins directory, closes #470 2024-05-13 12:55:22 -07:00
Simon Willison
8171c9a6bf Update help for GPT-4o, closes #490 2024-05-13 12:53:31 -07:00
Simon Willison
73bbbec372 gpt-4o model, refs #490 2024-05-13 12:49:45 -07:00
Simon Willison
04915e95f8
llm-groq
!stable-docs
2024-04-21 20:33:23 -07:00
Simon Willison
2a9b6113f5
llm-perplexity
Refs https://github.com/hex/llm-perplexity/issues/2

!stable-docs
2024-04-21 16:18:37 -07:00
Simon Willison
99a2836638
llm-fireworks
Refs https://github.com/simonw/llm-fireworks/issues/1

!stable-docs
2024-04-18 17:20:09 -07:00
Simon Willison
9ad9ac68dc
llm-reka in plugin directory
!stable-docs
2024-04-17 19:38:41 -07:00
Simon Willison
12e027d3e4
llm-command-r
!stable-docs

Refs https://github.com/simonw/llm-command-r/issues/1
2024-04-04 07:41:03 -07:00
Simon Willison
008efae86a
llm-cmd
!stable-docs

Refs https://github.com/simonw/llm-cmd/issues/1
2024-03-26 08:58:48 -07:00
Simon Willison
fb63c92cd2 llm logs -r/--response option, closes #431 2024-03-04 13:29:07 -08:00
Simon Willison
5852aa1574
llm-claude-3
!stable-docs
2024-03-04 10:48:57 -08:00
Simon Willison
de6af1ca2f
llm-embed-onnx in plugin directory
!stable-docs

Refs https://github.com/simonw/llm-embed-onnx/issues/1
2024-01-28 14:27:13 -08:00
Simon Willison
5293b9dd72
Added llm-together
!stable-docs
2024-01-27 10:40:40 -08:00
Simon Willison
7e89b88565 Fixed missing link in changelog for 0.4
!stable-docs
2024-01-26 21:54:37 -08:00
Simon Willison
8021e12aaa
Windows readline fix, plus run CI against macOS and Windows
* Run CI on Windows and macOS as well as Ubuntu, refs #407
* Use pyreadline3 on win32
* Back to fail-fast since we have a bigger matrix now
* Mark some tests as xfail on windows
2024-01-26 16:24:58 -08:00
Simon Willison
e32d9b35e3
Link to annotated release notes
!stable-docs
2024-01-26 15:11:56 -08:00
Simon Willison
8e0aff6090 Release 0.13
Refs #325, #351, #373, #376, #394, #396, #397, #404

Closes #402
2024-01-26 14:32:23 -08:00
Fabian Labat
81225ab94b
llm-bedrock-meta plugin
!stable-docs
2024-01-26 14:13:20 -08:00
Simon Willison
2b92756046 Homebrew PyTorch warning, closes #397 2024-01-26 13:59:27 -08:00
Simon Willison
46763326ed Homebrew installation, refs #315, #397
This reverts commit abcb457b20.
2024-01-26 13:50:21 -08:00
Simon Willison
4f7489876d Syntax highlighting for docs/contributing.md 2024-01-26 12:05:58 -08:00
Simon Willison
5d0d7a911b Documentation update for 404 2024-01-26 10:42:38 -08:00
Simon Willison
214fcaaf86
Upgrade to run against OpenAI >= 1.0
* strategy: fail-fast: false - to help see all errors
* Apply latest Black

Refs #325
2024-01-25 22:00:44 -08:00
Simon Willison
c09a3411d3 Documentation section about OpenAI models
Closes #398, closes #396, closes #394
2024-01-25 16:21:41 -08:00
Simon Willison
c4de730157 OpenAI API key URL has changed 2024-01-25 16:02:48 -08:00
Simon Willison
5bed6f13af gpt-4-1106-preview, gpt-4-0125-preview, gpt-4-turbo-preview models - refs #396 2024-01-25 15:13:55 -08:00
Max Davitt
bf082cbf11 Fix typo and broken link for Gemini in directory
Refs #389

!stable-docs
2024-01-25 14:00:09 -08:00
Till Hohenberger
7ec958c080
Add ollama to plugin directory (#395)
* Add ollama to plugin directory

!stable-docs
2024-01-25 13:57:40 -08:00
Simon Willison
044689351d Support new OpenAI embeddings models, refs #394 2024-01-25 13:10:41 -08:00
Simon Willison
53f80dd531 -o json_object 1 option for OpenAI Chat models, refs #373 2024-01-25 12:51:14 -08:00
Simon Willison
17b91e0c9c Document llm chat -c
!stable-docs
2024-01-17 13:59:06 -08:00
Simon Willison
95597cc8f5
Link to new blog entry
!stable-docs
2023-12-18 10:28:52 -08:00
Simon Willison
b0a4473149
llm-mistral and llm-gemini
!stable-docs
2023-12-14 21:36:45 -08:00
Simon Willison
df7d24835b
Link to article about generators
!stable-docs
2023-11-12 08:13:59 -08:00
Simon Willison
b2a12727f1
Add GPT 4 turbo model and -o seed 1 option (#329)
Closes #323
Closes #324
2023-11-06 13:32:04 -08:00
Simon Willison
10c6cc2a8e Release 0.11.2
Refs #327
2023-11-06 12:06:50 -08:00
Simon Willison
ff34fb2570 Release notes for 0.11.1
Refs #317, https://github.com/simonw/llm-gpt4all/issues/16
2023-10-31 21:29:59 -07:00
Will Sorenson
ebc19f1848
Add Bedrock Anthropic plugin (#307) 2023-10-31 21:22:04 -07:00
Simon Willison
abcb457b20 Remove homebrew suggestion for the moment, refs #315
!stable-docs
2023-10-27 21:36:38 -07:00
Simon Willison
8e84c00771
Link to blog post about building Jina embeddings plugin 2023-10-27 07:40:33 -07:00
Simon Willison
e75de8373a
llm-python in plugin directory
Refs https://github.com/simonw/llm-python/issues/1

!stable-docs
2023-10-26 22:42:04 -07:00
Simon Willison
9266eb5eab
llm-embed-jina in plugins directory
!stable-docs

Refs:
- https://github.com/simonw/llm-embed-jina/issues/1
2023-10-25 18:29:30 -07:00
dependabot[bot]
9167852696
Bump the python-packages group with 1 update (#279)
Bumps the python-packages group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx).

- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 14:07:18 -07:00
Simon Willison
9e5421e7a8 Update llm-gpt4all examples for latest release
!stable-docs

Refs https://github.com/simonw/llm-gpt4all/issues/16
2023-10-24 12:39:04 -07:00
Simon Willison
bf229945fe Release 0.11
Refs #273, #274, #275, #280, #284, #286
2023-09-18 23:35:04 -07:00
Simon Willison
bb99186cc1 Docs for completion prompts, closes #284 2023-09-18 22:56:16 -07:00
Simon Willison
fcff36c6bc completion: true to register completion models, refs #284 2023-09-18 22:17:26 -07:00
Simon Willison
4fea46113f logprobs support for OpenAI completion models, refs #284 2023-09-18 22:04:28 -07:00
Simon Willison
ae14ce4add LLM_OPENAI_SHOW_RESPONSES=1 debug trick, closes #286 2023-09-18 21:13:42 -07:00