You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rhjdvsgsgks I agree on the System Prompt, but why does customModel needs to be empty? Can you explain more about this? Is there a endpoint that does not have model parameters on request?
I agree on the System Prompt, but why does customModel needs to be empty? Can you explain more about this? Is there a endpoint that does not have model parameters on request?
Describe the bug
https://huggingface.co/deepseek-ai/DeepSeek-R1#usage-recommendations
deepseek r1 require to have no system prompt. but gpt mobile unable to set system prompt to empty
To Reproduce
Steps to reproduce the behavior:
Expected behavior
able to confirm even if empty
Screenshots or Screen Recording
Additional context
gpt_mobile/app/src/main/kotlin/dev/chungjungsoo/gptmobile/presentation/ui/setting/PlatformSettingDialogs.kt
Line 570 in e1a75ae
i would also suggest to allow empty on
token
andcustomModel
. since they may not necessary for 3rd part openai endpoint.The text was updated successfully, but these errors were encountered: