mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update ollama links to current ollama github url
This commit is contained in:
@ -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">
|
||||||
|
@ -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',
|
||||||
|
Reference in New Issue
Block a user