Commit graph

15 commits

Author SHA1 Message Date
Simon Willison
ef3192b44d
Better docs for OpenAI model options
!stable-docs

Closes #1228
2025-08-03 15:31:25 -07:00
giuli007
51db7afddb
Support vision and audio for extra-openai-models.yaml (#843)
Add a vision option to enable OpenAI-compatible
models to receive image and audio attachments
2025-03-22 16:14:18 -07:00
adaitche
de87d37c28
Add supports_schema to extra-openai-models (#819)
Recently support for structured output was added. But custom
OpenAI-compatible models didn't support the `supports_schema` property
in the config file `extra-openai-models.yaml`.
2025-03-21 16:59:34 -07:00
Chris Mungall
3b2e5263a3
Allow passing of can_stream in openai_models.py (#600)
* Allow passing of can_stream in openai_models.py

Fixes #599 

* Only set can_stream: false if it is false

Refs https://github.com/simonw/llm/pull/600#issuecomment-2458825866

* Docs for can_stream: false

---------

Co-authored-by: Simon Willison <swillison@gmail.com>
2024-11-05 23:04:13 -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
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
fcff36c6bc completion: true to register completion models, refs #284 2023-09-18 22:17:26 -07:00
Simon Willison
eea7b4e0fb Various documentation copy improvements, refs #264 2023-09-12 11:04:45 -07:00
Simon Willison
0cb9a2ea68 Suggest orca-mini-7b because ggml-vicuna-7b-1 is no longer available, closes #195 2023-08-31 20:30:46 -07:00
Simon Willison
6155f12c9c Move plugin directory into LLM repo, refs #173 2023-08-20 22:17:16 -07:00
Simon Willison
0eeb8393ca llm models and llm templates default to list, closes #167 2023-08-19 20:04:14 -07:00
Simon Willison
9518515de0 Extra header configuration for openrouter.ai, refs #165 2023-08-19 18:53:49 -07:00
Simon Willison
9a177abfd5 Release 0.6
Refs #106, #107, #108, #109
2023-07-18 14:36:37 -07:00
Simon Willison
723d349f4f Improved compatible models documentation, refs #106, #107 2023-07-15 15:44:53 -07:00
Simon Willison
e2072f7044 Ability to register additional OpenAI-compatible models
Closes #107, closes #106
2023-07-15 10:01:03 -07:00