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:
@@ -0,0 +1,28 @@
|
||||
<application>
|
||||
<component name="CodeGPT_CustomServiceSettings">
|
||||
<option name="chatCompletionSettings">
|
||||
<CustomServiceChatCompletionSettingsState>
|
||||
<option name="body" value="{"stream":true,"model":"gpt-5","messages":"$OPENAI_MESSAGES","temperature":0.1,"max_tokens":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="{"suffix":"$SUFFIX","stream":true,"model":"gpt-3.5-turbo-instruct","temperature":0.2,"prompt":"$PREFIX","max_tokens":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>
|
||||
Reference in New Issue
Block a user