scrapbook:hack_template
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
scrapbook:hack_template [2024/10/08 08:33] – alexander01998 | scrapbook:hack_template [2024/10/08 08:33] (current) – old revision restored (2024/09/30 16:52) alexander01998 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | <WRAP 516px> | + | ExampleHack |
- | ^ AutoComplete | + | |
- | |{{ hack: | + | |
- | ^Type|Hack| | + | |
- | ^Category|[[: | + | |
- | ^In-game description|" | + | |
- | ^[[: | + | |
- | ^Source code|[[w7src> | + | |
- | |::: | + | |
- | </ | + | |
- | + | ||
- | AutoComplete | + | |
===== Settings ===== | ===== Settings ===== | ||
- | ==== OpenAI model ==== | + | ==== Exampleness |
- | {{template>: | + | |
- | |NAME=OpenAI model | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=gpt-4o-2024-08-06 | + | |
- | |VALUES=gpt-4o-2024-08-06, | + | |
- | }} | + | |
- | + | ||
- | ==== Max tokens | + | |
{{template>: | {{template>: | ||
- | |NAME=Max tokens | + | |NAME=Exampleness |
- | |DESCRIPTION="" | + | |DESCRIPTION=(none) |
- | |DEFAULT=16 tokens | + | |DEFAULT=45% |
- | |MIN=1 | + | |MIN=1% |
- | |MAX=100 tokens | + | |
- | |INCREMENT=1 token | + | |
- | }} | + | |
- | + | ||
- | ==== Temperature ==== | + | |
- | {{template>: | + | |
- | |NAME=Temperature | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=1 | + | |
- | |MIN=0 | + | |
- | |MAX=2 | + | |
- | |INCREMENT=0.01 | + | |
- | }} | + | |
- | + | ||
- | Note: Temperature values above 1 will cause most language models to generate complete nonsense and should only be used for comedic effect. | + | |
- | + | ||
- | ==== Top P ==== | + | |
- | {{template>: | + | |
- | |NAME=Top P | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=100% | + | |
- | |MIN=0% | + | |
|MAX=100% | |MAX=100% | ||
|INCREMENT=1% | |INCREMENT=1% | ||
}} | }} | ||
- | ==== Presence penalty ==== | + | The "Exampleness" slider |
- | {{template>: | + | |
- | |NAME=Presence penalty | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=0 | + | |
- | |MIN=-2 | + | |
- | |MAX=2 | + | |
- | |INCREMENT=0.01 | + | |
- | }} | + | |
- | + | ||
- | ==== Frequency penalty ==== | + | |
- | {{template>: | + | |
- | |NAME=Frequency penalty | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=0 | + | |
- | |MIN=-2 | + | |
- | |MAX=2 | + | |
- | |INCREMENT=0.01 | + | |
- | }} | + | |
- | + | ||
- | ==== Stop sequence ==== | + | |
- | {{template>: | + | |
- | |NAME=Stop sequence | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=Line Break | + | |
- | |VALUES=Line Break, Next Message | + | |
- | }} | + | |
- | + | ||
- | Note: " | + | |
- | + | ||
- | ==== Context length ==== | + | |
- | {{template>: | + | |
- | |NAME=Context length | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=10 messages | + | |
- | |MIN=0 (unlimited) | + | |
- | |MAX=100 messages | + | |
- | |INCREMENT=1 message | + | |
- | }} | + | |
- | ==== Filter server messages | + | ==== Is example |
{{template>: | {{template>: | ||
- | |NAME=Filter server messages | + | |NAME=Is example |
- | |DESCRIPTION=" | + | |DESCRIPTION=" |
- | |DEFAULT=not checked | + | |DEFAULT=checked |
}} | }} | ||
- | ==== Custom model ==== | + | ==== Example |
- | {{template>: | + | |
- | |NAME=Custom model | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=(empty) | + | |
- | }} | + | |
- | + | ||
- | ==== Custom model type ==== | + | |
{{template>: | {{template>: | ||
- | |NAME=Custom model type | + | |NAME=Example |
- | |DESCRIPTION="" | + | |DESCRIPTION=(none) |
- | |DEFAULT=Chat | + | |DEFAULT=Example |
- | |VALUES=Chat, Legacy | + | |VALUES=Example, Demonstration, Illustration |
}} | }} | ||
- | ==== OpenAI chat endpoint ==== | + | The "Example type" |
- | {{template>: | + | |
- | |NAME=OpenAI chat endpoint | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT='' | + | |
- | }} | + | |
- | The " | + | ==== Example color ==== |
- | + | {{template> | |
- | It may also be useful for Microsoft Azure customers who have their own endpoint, but this has not been tested yet. There are subtle differences in the Azure version of the API, so it's possible that it won't work with AutoComplete. | + | |NAME=Example color |
- | + | |DESCRIPTION=(none) | |
- | ==== OpenAI legacy endpoint | + | |DEFAULT=#0000FF (blue) |
- | {{template> | + | |
- | |NAME=OpenAI legacy endpoint | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT='' | + | |
}} | }} | ||
- | ==== Max suggestions per draft ==== | + | The "Example color" |
- | {{template>: | + | |
- | |NAME=Max suggestions per draft | + | |
- | |DESCRIPTION="" | + | |
- | |DEFAULT=3 | + | |
- | |MIN=1 | + | |
- | |MAX=10 | + | |
- | |INCREMENT=1 | + | |
- | }} | + | |
- | The "Max suggestions per draft" setting controls how many different suggestions the AI will try to generate for the same draft message. Higher values will result in more suggestions, | + | ==== Example text ==== |
- | + | {{template> | |
- | Setting "Max suggestions per draft" to a higher value than "Max suggestions shown" is usually not a good idea, as there will be no way to see the additional suggestions. | + | |NAME=Example text |
- | + | |DESCRIPTION=" | |
- | ==== Max suggestions kept ==== | + | |DEFAULT='' |
- | {{template> | + | |
- | |NAME=Max suggestions kept | + | |
- | |DESCRIPTION=" | + | |
- | |DEFAULT=100 messages | + | |
- | |MIN=10 messages | + | |
- | |MAX=1000 messages | + | |
- | |INCREMENT=10 messages | + | |
}} | }} | ||
- | The "Max suggestions kept" setting only controls at what point old suggestions are deleted from memory. Higher values don't use any additional tokens and only consume a tiny amount of RAM. This is why the range of values is so much higher than for the other settings. | + | ==== MultiID list ==== |
- | + | {{template> | |
- | ==== Max suggestions shown ==== | + | |DESCRIPTION=" |
- | {{template> | + | |
- | |NAME=Max suggestions shown | + | |
- | |DESCRIPTION=" | + | |
- | |DEFAULT=5 | + | |
- | |MIN=1 | + | |
- | |MAX=10 | + | |
- | |INCREMENT=1 | + | |
}} | }} | ||
- | |||
- | The "Max suggestions shown" setting controls how many suggestions can be shown at once on the screen. Depending on the user's screen resolution and GUI scale, higher values may cause the suggestions to cover up other parts of the UI. | ||
- | |||
- | Setting "Max suggestions per draft" to a higher value than "Max suggestions shown" is usually not a good idea, as there will be no way to see the additional suggestions. | ||
===== Changes ===== | ===== Changes ===== | ||
- | {{template>: | + | {{template>: |
- | + | ||
- | {{tag> | + | |
+ | {{tag> |
scrapbook/hack_template.1728376401.txt.gz · Last modified: 2024/10/08 08:33 by alexander01998