Update ollama links to current ollama github url

This commit is contained in:
huisman
2025-05-01 11:29:39 +00:00
parent b3a3b9d347
commit 2301b5324a
2 changed files with 3 additions and 3 deletions

View File

@ -2622,8 +2622,8 @@
</div> </div>
<div data-tg-type="ollama"> <div data-tg-type="ollama">
<div class="flex-container flexFlowColumn"> <div class="flex-container flexFlowColumn">
<a href="https://github.com/jmorganca/ollama" target="_blank"> <a href="https://github.com/ollama/ollama" target="_blank">
jmorganca/ollama ollama/ollama
</a> </a>
</div> </div>
<div class="flex1"> <div class="flex1">

View File

@ -284,7 +284,7 @@ export const TOGETHERAI_KEYS = [
'stop', 'stop',
]; ];
// https://github.com/jmorganca/ollama/blob/main/docs/api.md#request-with-options // https://github.com/ollama/ollama/blob/main/docs/api.md#request-with-options
export const OLLAMA_KEYS = [ export const OLLAMA_KEYS = [
'num_predict', 'num_predict',
'num_ctx', 'num_ctx',