Merge pull request #3942 from huisman/update_ollama_github Update links to ollama gihub
Signed| @@ -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/ollama | 2626 | ollama/ollama |
| 2627 | </a> | 2627 | </a> |
| 2628 | </div> | 2628 | </div> |
| 2629 | <div class="flex1"> | 2629 | <div class="flex1"> |
| @@ -284,7 +284,7 @@ export const TOGETHERAI_KEYS = [ | |||
| 284 | 'stop', | 284 | 'stop', |
| 285 | ]; | 285 | ]; |
| 286 | 286 | ||
| 287 | // https://github.com/jmorganca/ollama/blob/main/docs/api.md#request-with-options | 287 | // https://github.com/ollama/ollama/blob/main/docs/api.md#request-with-options |
| 288 | export const OLLAMA_KEYS = [ | 288 | export const OLLAMA_KEYS = [ |
| 289 | 'num_predict', | 289 | 'num_predict', |
| 290 | 'num_ctx', | 290 | 'num_ctx', |