Skip to content

Commit

Permalink
Merge pull request #3 from EJOOSTEROP/fix-next_date
Browse files Browse the repository at this point in the history
  • Loading branch information
EJOOSTEROP authored Jul 6, 2024
2 parents af46b73 + b328a5c commit 2c156de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Consider downgrading Python requirement (at least to 3.10, but I dont know how low it can gowhere)

## [0.8.3]

### Fixed
- +1 for next date now no longer causing json issues. Stopped working with the same OpenAI model after previous fix.

## [0.8.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disallow_incomplete_defs = true

[tool.poetry]
name = "crewcal"
version = "0.8.2"
version = "0.8.3"
description = "Convert an airline crew schedule pdf into iCalendar format."
authors = ["Erik Oosterop <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/crewcal/llm_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Destination airport name
- Destination timezone
- Arrival date. A '+1' means the next day.
- Arrival time, the last occurrence of a time for each day. A '+1' means the next day.
- Arrival time, the last occurrence of a time for each day. A '+1' means the next day. Only capture HH:mm format.
- List of crew members
- A list of all times found.
- List of all airport codes.
Expand Down

0 comments on commit 2c156de

Please sign in to comment.