Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,10 @@ model = joblib.load("modelo_docks.pkl")
|
|
13 |
df_stations = pd.read_csv("Informacio_Estacions_Bicing_2025.csv")
|
14 |
geolocator = Nominatim(user_agent="bicing-agent")
|
15 |
|
|
|
|
|
|
|
|
|
16 |
# LLM: llama-3.3-70b-versatile
|
17 |
def preguntar_al_usuario(pregunta):
|
18 |
response = client.chat.completions.create(
|
|
|
13 |
df_stations = pd.read_csv("Informacio_Estacions_Bicing_2025.csv")
|
14 |
geolocator = Nominatim(user_agent="bicing-agent")
|
15 |
|
16 |
+
from groq import Groq
|
17 |
+
|
18 |
+
client = Groq(api_key="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"
|
19 |
+
|
20 |
# LLM: llama-3.3-70b-versatile
|
21 |
def preguntar_al_usuario(pregunta):
|
22 |
response = client.chat.completions.create(
|