You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,20 @@ page_title: "openai Provider"
4
4
subcategory: ""
5
5
description: |-
6
6
The OpenAI provider enables you to configure resources and data sources for your OpenAI organization. It utilizes the official Administration API https://platform.openai.com/docs/api-reference/administration to interact with the OpenAI platform.
7
+
If you find this provider useful, please consider supporting me through GitHub Sponsorship or Ko-Fi to help with its development.
The OpenAI provider enables you to configure resources and data sources for your OpenAI organization. It utilizes the official [Administration API](https://platform.openai.com/docs/api-reference/administration) to interact with the OpenAI platform.
12
15
16
+
If you find this provider useful, please consider supporting me through GitHub Sponsorship or Ko-Fi to help with its development.
MarkdownDescription: "The OpenAI provider enables you to configure resources and data sources for your OpenAI organization. It utilizes the official [Administration API](https://platform.openai.com/docs/api-reference/administration) to interact with the OpenAI platform.",
44
+
MarkdownDescription: "The OpenAI provider enables you to configure resources and data sources for your OpenAI organization. It utilizes the official [Administration API](https://platform.openai.com/docs/api-reference/administration) to interact with the OpenAI platform.\n\nIf you find this provider useful, please consider supporting me through GitHub Sponsorship or Ko-Fi to help with its development.\n\n[](https://github.com/sponsors/jianyuan)\n[](https://ko-fi.com/L3L71DQEL)",
45
45
Attributes: map[string]schema.Attribute{
46
46
"base_url": schema.StringAttribute{
47
47
MarkdownDescription: "Base URL for the OpenAI API. Defaults to `https://api.openai.com`.",
0 commit comments