- Removed unused debug import

This commit is contained in:
T-BENZIN 2025-06-18 20:10:05 +05:00
parent a5ed9f9e1c
commit 4e22274f9b
2 changed files with 0 additions and 2 deletions

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'