Skip to content

Commit ca1c6b1

Browse files
committed
Update weather extension references to use generic weather APIs
1 parent 91809ff commit ca1c6b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

For_Contributors/Function-Calling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Function Calling allows adding dynamic functionality to your extensions by letti
2020
1. [Image Generation](/extensions/Stable-Diffusion.md) (built-in) - generate images based on user prompts.
2121
2. [Web Search](/extensions/WebSearch.md) - trigger a web search for a query.
2222
3. [RSS](https://github.com/SillyTavern/Extension-RSS/) - fetch the latest news from RSS feeds.
23-
4. [AccuWeather](https://github.com/SillyTavern/Extension-AccuWeather) - fetch the weather information from AccuWeather.
23+
4. [Weather](https://github.com/SillyTavern/Extension-Weather) - fetch the weather information from weather APIs.
2424
5. [D&D Dice](https://github.com/SillyTavern/Extension-Dice) - roll dice for D&D games.
2525

2626
## Prerequisites and limitations

extensions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Adds web search results to LLM prompts.
148148
:::
149149

150150
:::callout
151-
**[AccuWeather](https://github.com/SillyTavern/Extension-AccuWeather)**
151+
**[Weather](https://github.com/SillyTavern/Extension-Weather)**
152152

153-
Provides weather information using the AccuWeather API as a slash command or a function tool.
153+
Provides weather information using one of the available weather APIs as a slash command or a function tool.
154154
:::
155155

156156
:::callout

0 commit comments

Comments
 (0)