Update ollama links to current ollama github url

2301b5324adcdfda338800855af7e278718cc256

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

2 files changed, +3 -3Ignore whitespace
public/index.html+2 -2
@@ -2622,8 +2622,8 @@
26222622 </div>
26232623 <div data-tg-type="ollama">
26242624 <div class="flex-container flexFlowColumn">
26252625 <a href="https://github.com/jmorgancaollama/ollama" target="_blank">
26262626 jmorgancaollama/ollama
26272627 </a>
26282628 </div>
26292629 <div class="flex1">
src/constants.js+1 -1
@@ -284,7 +284,7 @@ export const TOGETHERAI_KEYS = [
284284 'stop',
285285];
286286
287287// https://github.com/jmorgancaollama/ollama/blob/main/docs/api.md#request-with-options
288288export const OLLAMA_KEYS = [
289289 'num_predict',
290290 'num_ctx',