北河三 (@KingPollux)OpenWebUI 天气工具 本地化调优(新手向) 中发帖

本文虽为新手向,但仍需一定动手和查询能力,还需要一定的好奇心和探索精神才能更好地调优 
Tl;DR
"""
title: Keyless Weather
author: spyci
author_url: https://github.com/open-webui
funding_url: https://github.com/open-webui
version: 0.1.1
"""

import os
import requests
import urllib.parse
import datetime


def get_city_info(city: str):
url = f"https://geocoding-api.open-meteo.com/v1/search?name={urllib.parse.quote(city)}&count=1&language=en&...