mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
Temperature parameters can be customized (#1162)
* Temperature parameters can be customized * fix typo * update to 1.105.22 * Update index.html
This commit is contained in:
parent
91dc16878e
commit
ca8e723006
4 changed files with 26 additions and 8 deletions
|
|
@ -160,7 +160,7 @@ function editNotes(id, name) {
|
|||
}
|
||||
};
|
||||
|
||||
geneateWithAi(prompt, onApply);
|
||||
generateWithAi(prompt, onApply);
|
||||
}
|
||||
|
||||
function downloadLegends() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue