Merge pull request #3942 from huisman/update_ollama_github Update links to ollama gihub

60232c73cc040ab058a1565134936884ec6af03d

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +3 -3Ignore whitespace
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',