Made improvements in AI Agent's tool get_forecast_weather #8

Merged
T-BENZIN merged 2 commits from dev into master 2025-06-18 17:13:23 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 4e22274f9b - Show all commits

View File

@ -6,7 +6,6 @@ import openai
from openai import OpenAIError
from weather import time_now, get_current_weather, get_weather_forecast
from tools_description import TOOLS
from debug_stuff import debug
CALLABLE_FUNCTIONS = {
# Dictionary with functions to call.

View File

@ -2,7 +2,6 @@ from datetime import datetime, timezone
from os import environ
import requests
import json
from debug_stuff import debug
#WEATHER_API_KEY = environ.get('WEATHER_API_KEY')
URL = 'http://api.weatherapi.com/v1'