We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba38f0 commit 8576943Copy full SHA for 8576943
circuit_maintenance_parser/parser.py
@@ -280,7 +280,7 @@ class LLM(Parser):
280
_data_types = ["text/html", "html", "text/plain"]
281
282
_llm_question = """Please, could you extract a JSON form without any other comment,
283
- with the following JSON schema (timestamps in EPOCH):
+ with the following JSON schema (timestamps in EPOCH and taking into account the GMT offset):
284
{
285
"type": "object",
286
"properties": {
0 commit comments