AI-Panda 2 | 2025.3.2 <debuggerx@debuggerx-PC Create CodeGPT_LlamaSettings.xml, CodeGPT_ModelSettings.xml, ChatGPTConversations_170.xml, CodeGPT_ConfigurationSettings_210.xml, CodeGPT_McpSettings.xml, CodeGPT_PromptsSettings.xml, CodeGPT_CustomServiceSettings.xml, CodeGPT_GeneralSettings_270.xml, CodeGPT_AdvancedSettings_210.xml, CodeGPT_CustomServicesSettings.xml

This commit is contained in:
debuggerx
2026-03-12 21:13:18 +08:00
parent e9ecd2b5f8
commit 9c62818c3c
10 changed files with 321 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<application>
<component name="CodeGPT_CustomServiceSettings">
<option name="chatCompletionSettings">
<CustomServiceChatCompletionSettingsState>
<option name="body" value="{&quot;stream&quot;:true,&quot;model&quot;:&quot;gpt-5&quot;,&quot;messages&quot;:&quot;$OPENAI_MESSAGES&quot;,&quot;temperature&quot;:0.1,&quot;max_tokens&quot;:8192}" />
<option name="headers">
<map>
<entry key="Authorization" value="Bearer $CUSTOM_SERVICE_API_KEY" />
<entry key="Content-Type" value="application/json" />
<entry key="X-LLM-Application-Tag" value="proxyai" />
</map>
</option>
</CustomServiceChatCompletionSettingsState>
</option>
<option name="codeCompletionSettings">
<CustomServiceCodeCompletionSettingsState>
<option name="body" value="{&quot;suffix&quot;:&quot;$SUFFIX&quot;,&quot;stream&quot;:true,&quot;model&quot;:&quot;gpt-3.5-turbo-instruct&quot;,&quot;temperature&quot;:0.2,&quot;prompt&quot;:&quot;$PREFIX&quot;,&quot;max_tokens&quot;:24}" />
<option name="headers">
<map>
<entry key="Authorization" value="Bearer $CUSTOM_SERVICE_API_KEY" />
<entry key="Content-Type" value="application/json" />
<entry key="X-LLM-Application-Tag" value="proxyai" />
</map>
</option>
</CustomServiceCodeCompletionSettingsState>
</option>
</component>
</application>