Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 4, 2023
1 parent 5cde205 commit 3efb21d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git log --pretty=format:"- %s" --since="$last_tag" >> release-notes.txt
fi
env:
title: '## ${{ steps.gitversion.outputs.preReleaseLabel }}'
title: '## $projectName ${{ steps.gitversion.outputs.preReleaseLabel }}'
# https://github.com/actions/upload-artifact
- name: Upload version artifacts
Expand Down
Binary file added Assets/Animations/Android.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Assets/Videos/Android.mp4
Binary file not shown.
Binary file added Assets/Videos/PC.mp4
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LocalGuideAI

Local Guide app using ChatGPT AI.
Local Guide app using ChatGPT AI, a project for Microsoft Hack Together: The Great .NET 8 Hack.

![App](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animation.gif)
![PC](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animation/PC.gif)

![Android](https://raw.githubusercontent.com/danzuep/LocalGuideAI/main/Assets/Animation/Android.gif)

0 comments on commit 3efb21d

Please sign in to comment.