Skip to content

Commit 8ef2e68

Browse files
committed
📝 Add deprecation notice for the ChatGPT integration
Sponsoring is welcome to bring this integration back
1 parent 6a33ea1 commit 8ef2e68

File tree

1 file changed

+18
-2
lines changed
  • website/src/content/docs/connection-guide/LLM

1 file changed

+18
-2
lines changed

website/src/content/docs/connection-guide/LLM/chatgpt.mdx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ title: ChatGPT
33
description: Connect ChatGPT to Anyquery
44
---
55

6+
import { Aside } from '@astrojs/starlight/components';
7+
8+
<Aside
9+
title='Deprecation Notice'
10+
type='danger'>
11+
The ChatGPT integration is **no longer available** starting from **2025-06-19**. <br />
12+
13+
Enabling this integration cost me 20$ per month, and I can no longer afford it. If anyone is interested in sponsoring the integration, please reach out to me at [[email protected]](mailto:[email protected])
14+
</Aside>
15+
16+
<br />
17+
618
import { LinkCard } from '@astrojs/starlight/components';
719
import { Steps } from '@astrojs/starlight/components';
820

@@ -50,9 +62,13 @@ Before you begin, ensure that you have the following:
5062

5163
2. ### Set up ChatGPT
5264

53-
Go to the [Anyquery custom GPT](https://redirect.anyquery.xyz/chatgpt) page and start chatting. When prompted about the Anyquery ID, enter the ID provided in the terminal.
65+
The integration is no longer available, refer to the notice at the top of the page for more information.
66+
67+
68+
{/*Go to the [Anyquery custom GPT](https://redirect.anyquery.xyz/chatgpt) page and start chatting. When prompted about the Anyquery ID, enter the ID provided in the terminal.
69+
70+
<LinkCard href="https://redirect.anyquery.xyz/chatgpt" title="Anyquery custom GPT" description="Connect ChatGPT to Anyquery" /> */}
5471

55-
<LinkCard href="https://redirect.anyquery.xyz/chatgpt" title="Anyquery custom GPT" description="Connect ChatGPT to Anyquery" />
5672

5773
</Steps>
5874

0 commit comments

Comments
 (0)