Skip to content

Commit e7e032d

Browse files
Remove T3 from default providers (no web browsing)
1 parent a4f04de commit e7e032d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/plugin.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ end
2121
DEFAULT_PROVIDERS
2222
2323
Default list of AI providers included in the "Open in AI" dropdown:
24-
Claude, ChatGPT, Perplexity, Grok, T3, v0, Cursor, and Zed.
24+
Claude, ChatGPT, Perplexity, Grok, v0, Cursor, and Zed.
2525
"""
2626
const DEFAULT_PROVIDERS = Provider[
2727
Provider("Claude", "https://claude.ai/new?q=", ""),
2828
Provider("ChatGPT", "https://chatgpt.com/?q=", "&hints=search"),
2929
Provider("Perplexity", "https://www.perplexity.ai/?q=", ""),
3030
Provider("Grok", "https://x.com/i/grok?text=", ""),
31-
Provider("T3", "https://t3.chat/new?q=", ""),
3231
Provider("v0", "https://v0.app/chat?q=", ""),
3332
Provider("Cursor", "https://cursor.com/link/prompt?text=", ""),
3433
Provider("Zed", "zed://agent?prompt=", ""),

0 commit comments

Comments
 (0)