Skip to content

Commit

Permalink
readme + download url
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 8, 2024
1 parent 81e1c6f commit abcb524
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WahlGPT.Web/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
_parties = _parties.Select(p => (p.party, p.documentId, false)).ToList();
var index = _parties.FindIndex(p => p.party == party);
_parties[index] = (party, _parties[index].documentId, true);
_downloadUrl = $"https://subglobalstorage.blob.core.windows.net/wahlgpt/documents/{_parties[index].documentId}.pdf";
_downloadUrl = $"https://raw.githubusercontent.com/nor0x/wahlgpt/main/WahlGPT.Importer/Documents/{_parties[index].documentId}.pdf";
StateHasChanged();
}

Expand Down
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# WahlGPT
LLM + RAG to generate answers about the program of the parties for the 2024 Austrian legislative election.

#credits
- html5up
- openai
- qdrant
- semantic-kernel
- semantic-memory
- dotnet

0 comments on commit abcb524

Please sign in to comment.