Skip to content

Commit

Permalink
Merge pull request #341 from NexaAI/brian/tmp
Browse files Browse the repository at this point in the history
update
  • Loading branch information
JoyboyBrian authored Jan 6, 2025
2 parents 83907fe + 6758309 commit b30e21a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nexa/gguf/server/nexa_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,9 @@ async def action(request: ActionRequest):

if params['year'] == '2024':
params['year'] = datetime.now().year


if params['departure'] == 'current':
params['departure'] = 'LAS'
# Construct the date string in required format
date_str = f"{params['date']}/{params['year']}"

Expand Down

0 comments on commit b30e21a

Please sign in to comment.