You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.4 KiB
28 lines
1.4 KiB
<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> |