huggingface / chat-macOS

Making the community's best AI chat models available to everyone.
Apache License 2.0
1.56k stars 59 forks source link

Asking "what time is it?" will always return the local time of Paris, regardless of your location (⌘R+) #7

Open Reza2kn opened 1 month ago

Reza2kn commented 1 month ago
Screenshot 2024-09-24 at 11 54 17 AM

I wonder how can we localize questions like this. I've tried ⌘R+ which always gives me the local time of Paris. Qwen2.5-72B and Llama 3.1 make up another non-specific time that's not my local time. I have web-search enabled too, and I can see that they're using it too, but they can't get it right, even when I give them my exact location both in the model's system prompt on HuggingChat, or in the chat context of the app itself.

RoversX commented 1 month ago

Same issue

cyrilzakka commented 3 weeks ago

Easiest fix for this would be to inject a user's local time (and any other relevant info) in the prompt before sending it to the model.