Open yujonglee opened 1 year ago
Current approach:
https://github.com/fastrepl/fastrepl/blob/f18c86dddef268f111bf4328c77e820eaa0499e1/fastrepl/eval/model/llm_head_cot.py#L27 https://github.com/fastrepl/fastrepl/blob/f18c86dddef268f111bf4328c77e820eaa0499e1/fastrepl/eval/model/llm_head_cot.py#L54
Maybe this approach is more reliable(ask model to wrap text):
https://platform.openai.com/docs/guides/gpt-best-practices/strategy-give-gpts-time-to-think https://docs.anthropic.com/claude/docs/give-claude-room-to-think-before-responding
Current approach:
https://github.com/fastrepl/fastrepl/blob/f18c86dddef268f111bf4328c77e820eaa0499e1/fastrepl/eval/model/llm_head_cot.py#L27 https://github.com/fastrepl/fastrepl/blob/f18c86dddef268f111bf4328c77e820eaa0499e1/fastrepl/eval/model/llm_head_cot.py#L54
Maybe this approach is more reliable(ask model to wrap text):
https://platform.openai.com/docs/guides/gpt-best-practices/strategy-give-gpts-time-to-think https://docs.anthropic.com/claude/docs/give-claude-room-to-think-before-responding