1
2
3
4
5
import { callWeatherGPT } from "https://esm.town/v/ljus/callWeatherGPT";
export async function weatherGPT(message: string) {
return callWeatherGPT(message);
}