✨ | Unsloth Studio (OpenAI API) implementation
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
|
||||
<kcfgfile name=""/>
|
||||
|
||||
<group name="General">
|
||||
<entry name="unslothUrl" type="String">
|
||||
<default>http://localhost:8888</default>
|
||||
</entry>
|
||||
<entry name="apiToken" type="String">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="systemPrompt" type="String">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="defaultModel" type="String">
|
||||
<default></default>
|
||||
</entry>
|
||||
<entry name="maxHistoryMessages" type="Int">
|
||||
<default>50</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
||||
|
||||
<configuration>
|
||||
<page type="KirigamiPage" name="General">
|
||||
<filename>configGeneral.qml</filename>
|
||||
</page>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user