Skip to content

Releases: EJOOSTEROP/crewcal

Capture hotel contact information into vCard.

20 Jul 01:39
Compare
Choose a tag to compare

[0.9.0]

Added

  • Extract contact information for hotels into vCard files (.vcf) using crewcal hotels.

gpt-4o-mini and add hotel info into events

19 Jul 01:27
Compare
Choose a tag to compare

[0.8.5]

Added

  • Hotel information

Changed

  • Upgrade LLM to GPT 4o mini

What's Changed

Full Changelog: v0.8.4...v0.8.5

Error handle missing OPEN AI API key; show improved cost estimate afterwards.

15 Jul 22:21
de5658f
Compare
Choose a tag to compare

[0.8.4]

Added

  • Show actual cost - as calculated by langchain - after call. Note: does not seem to work for gpt-4o.

Changed

  • Catch error and show warning in log when command is run without OPENAI_API_KEY being set.

Fix +1 in datetime

06 Jul 16:19
2c156de
Compare
Choose a tag to compare

[0.8.3]

Fixed

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

Fix next day arrivals

02 Jun 00:51
af46b73
Compare
Choose a tag to compare

[0.8.2]

Fixed

  • Arrivals on next day are correctly reflected again. Stopped working with the same OpenAI model.

Fix show stopping file read/write errors

21 Nov 02:50
Compare
Choose a tag to compare

[0.8.1]

Fixed

  • Error with reading and saving files.

Core functionality release.

21 Nov 02:27
Compare
Choose a tag to compare

[0.8.0]

Added

  • Main functionality to extract schedule information using gpt 3.5 turbo.
  • Serialize to .ics format.
  • CLI