File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Get your API keys:
170170- ** Anthropic** : [ console.anthropic.com] ( https://console.anthropic.com/ )
171171- ** OpenAI** : [ platform.openai.com] ( https://platform.openai.com/ )
172172- ** OpenRouter** : [ openrouter.ai/keys] ( https://openrouter.ai/keys )
173- - ** Hive LLM** : [ Hive Discord] ( https://discord.com/invite/hQdU7QDkgR )
173+ - ** Hive LLM** : [ Hive Discord] ( https://discord.com/invite/MXE49hrKDk )
174174- ** Brave Search** : [ brave.com/search/api] ( https://brave.com/search/api/ )
175175
176176Quickstart can configure OpenRouter and Hive LLM for you interactively. See [ configuration.md] ( ./configuration.md ) for the full configuration examples.
Original file line number Diff line number Diff line change @@ -1824,7 +1824,7 @@ if ($SubscriptionMode -eq "hive_llm") {
18241824 } else {
18251825 Write-Host " "
18261826 Write-Host " Get your API key from: " - NoNewline
1827- Write-Color - Text " https://discord.com/invite/hQdU7QDkgR " - Color Cyan
1827+ Write-Color - Text " https://discord.com/invite/MXE49hrKDk " - Color Cyan
18281828 Write-Host " "
18291829 $apiKey = Read-Host " Paste your Hive API key (or press Enter to skip)"
18301830 }
Original file line number Diff line number Diff line change @@ -1476,7 +1476,7 @@ case $choice in
14761476 SUBSCRIPTION_MODE=" hive_llm"
14771477 apply_preset " hive_llm"
14781478 PROVIDER_NAME=" Hive"
1479- SIGNUP_URL=" https://discord.com/invite/hQdU7QDkgR "
1479+ SIGNUP_URL=" https://discord.com/invite/MXE49hrKDk "
14801480 echo " "
14811481 echo -e " ${GREEN} ⬢${NC} Using Hive LLM"
14821482 echo " "
You can’t perform that action at this time.
0 commit comments