Skip to content

Commit

Permalink
feat: ✨ Improve LLM question to take timezones into account (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell authored Dec 1, 2023
1 parent 9ba38f0 commit 8576943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_maintenance_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class LLM(Parser):
_data_types = ["text/html", "html", "text/plain"]

_llm_question = """Please, could you extract a JSON form without any other comment,
with the following JSON schema (timestamps in EPOCH):
with the following JSON schema (timestamps in EPOCH and taking into account the GMT offset):
{
"type": "object",
"properties": {
Expand Down

0 comments on commit 8576943

Please sign in to comment.