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
Hi, can you direct me to where can I edit the system prompts for chat models?
I tried vllm (editing the endpoint code of async def generate() with Zephyr-7B and the results in terms of speed and accuracy is pretty good but I think it will be even better if I can tweak the default system prompt to according to my task. Currently, I can only edit the prompts going into engine.generate(prompt....)