Skip to content

Commit f03b117

Browse files
committed
feat(Electron template): add a link to download gpt-oss
1 parent 2fe0503 commit f03b117

File tree

1 file changed

+2
-2
lines changed
  • templates/electron-typescript-react/src/App

1 file changed

+2
-2
lines changed

templates/electron-typescript-react/src/App/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ export function App() {
173173
<div className="links">
174174
<a
175175
target="_blank"
176-
href="https://huggingface.co/mradermacher/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct.Q4_K_M.gguf"
176+
href="https://huggingface.co/giladgd/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b.MXFP4.gguf"
177177
>
178178
<DownloadIconSVG className="downloadIcon" />
179-
<div className="text">Get Llama 3.1 8B</div>
179+
<div className="text"><code>gpt-oss</code> 20B</div>
180180
</a>
181181
<div className="separator" />
182182
<a

0 commit comments

Comments
 (0)