Releases: EJOOSTEROP/crewcal
Releases · EJOOSTEROP/crewcal
Capture hotel contact information into vCard.
[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
[0.8.5]
Added
- Hotel information
Changed
- Upgrade LLM to GPT 4o mini
What's Changed
- Minor readme corrections. by @EJOOSTEROP in #5
- Feat_hotel-info by @EJOOSTEROP in #6
Full Changelog: v0.8.4...v0.8.5
Error handle missing OPEN AI API key; show improved cost estimate afterwards.
[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
[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
[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
[0.8.1]
Fixed
- Error with reading and saving files.
Core functionality release.
[0.8.0]
Added
- Main functionality to extract schedule information using gpt 3.5 turbo.
- Serialize to .ics format.
- CLI