Update ollama links to current ollama github url

2301b5324adcdfda338800855af7e278718cc256

huisman <23581164+huisman@users.noreply.github.com>

2 files changed, +3 -3Showing whitespace changes
public/index.html+2 -2
@@ -2622,8 +2622,8 @@
2622 </div>2622 </div>
2623 <div data-tg-type="ollama">2623 <div data-tg-type="ollama">
2624 <div class="flex-container flexFlowColumn">2624 <div class="flex-container flexFlowColumn">
2625 <a href="https://github.com/jmorganca/ollama" target="_blank">2625 <a href="https://github.com/ollama/ollama" target="_blank">
2626 jmorganca/ollama2626 ollama/ollama
2627 </a>2627 </a>
2628 </div>2628 </div>
2629 <div class="flex1">2629 <div class="flex1">
src/constants.js+1 -1
@@ -284,7 +284,7 @@ export const TOGETHERAI_KEYS = [
284 'stop',284 'stop',
285];285];
286286
287// https://github.com/jmorganca/ollama/blob/main/docs/api.md#request-with-options287// https://github.com/ollama/ollama/blob/main/docs/api.md#request-with-options
288export const OLLAMA_KEYS = [288export const OLLAMA_KEYS = [
289 'num_predict',289 'num_predict',
290 'num_ctx',290 'num_ctx',