Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format image provider #66

Merged
merged 15 commits into from
May 1, 2023
Prev Previous commit
Next Next commit
Updates user docs
  • Loading branch information
JasonWeill committed Apr 28, 2023
commit 68fd90e4a93247be0f91e8193b7a23696c32622e
4 changes: 3 additions & 1 deletion docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ providers, as defined in [`langchain.llms`](https://langchain.readthedocs.io/en/
- `ai21`
- `anthropic`
- `cohere`
- `huggingface_hub`
- `huggingface_hub` (uses HuggingFace Hub for models that output text)
- `huggingface_image` (uses HuggingFace Hub for models that output images)
- `openai`
- `openai-chat`
- `sagemaker-endpoint`
Expand Down Expand Up @@ -297,6 +298,7 @@ an `%%ai` command will be formatted as markdown by default. You can override thi
using the `-f` or `--format` argument to your magic command. Valid formats include:

- `code`
- `image`
JasonWeill marked this conversation as resolved.
Show resolved Hide resolved
- `markdown`
- `math`
- `html`
Expand Down