1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 10:50:17 +02:00

Fix Typo in License Test Call

This commit is contained in:
trendschau
2025-02-24 13:37:59 +01:00
parent 54b40b7c78
commit 1ceb487092
3 changed files with 1 additions and 38 deletions

1
cache/timer.yaml vendored
View File

@@ -1 +0,0 @@
licenseupdate: 1739826278

View File

@@ -1,36 +0,0 @@
promptlist:
research:
name: research
content: 'Make a research based on the provided topic or content.'
active: true
system: true
outline:
name: outline
content: 'Create an outline based on the provided topic or content.'
active: true
system: true
write:
name: write
content: 'Write an article based on the provided content.'
active: true
system: true
spellcheck:
name: spellcheck
content: 'Please review the text for grammar, spelling, and correct word usage. Correct any errors and ensure that the appropriate words are used, while maintaining the original tone, style, and phrasing.'
active: true
system: true
style:
name: style
content: 'Please review the text to improve its wording and style. Ensure the text is readable, clear, concise, and flows smoothly. You may rephrase sentences as needed, but maintain the original tonality and individual language usage to avoid a generic tone.'
active: true
system: true
mermaid:
name: mermaid
content: 'Return pure mermaid syntax for a [pie, x, y] diagram.'
active: true
system: true
tone:
name: 'apply tone'
content: 'Apply the tone to the article.'
active: true
system: true

View File

@@ -496,7 +496,7 @@ class License
$curl = curl_init($url);
if (defined('CURLSSLOPT_NATIVE_CA') && version_compare(curl_version()['version'], '7.71', '>='))
{
curl_setopt($ch, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
curl_setopt($curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
}
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_POST, true);