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 data-tg-type="ollama">
|
||||
<div class="flex-container flexFlowColumn">
|
||||
<a href="https://github.com/jmorganca/ollama" target="_blank">
|
||||
jmorganca/ollama
|
||||
<a href="https://github.com/ollama/ollama" target="_blank">
|
||||
ollama/ollama
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex1">
|
||||
|
@ -284,7 +284,7 @@ export const TOGETHERAI_KEYS = [
|
||||
'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 = [
|
||||
'num_predict',
|
||||
'num_ctx',
|
||||
|
Reference in New Issue
Block a user