bars0um

Results 26 comments of bars0um

@MikeBirdTech I guess profiles could be the way to do this yes. I noticed that you could replace the system message that way for example. I was thinking though that...

I love this persuasive weight-setting technique 🤣 https://github.com/OpenInterpreter/open-interpreter/blob/0029ddb266b0acbba7228131a116d702ce40d4f3/interpreter/core/computer/skills/skills.py#L85

@MikeBirdTech I've made an initial effort in adding ruby support ( see https://github.com/OpenInterpreter/open-interpreter/pull/1105/files) It doesn't necessarily help me on the rails front but it seemed like a basic step that...

proposed fix: https://github.com/OpenInterpreter/open-interpreter/pull/1107

closing after merge of https://github.com/OpenInterpreter/open-interpreter/pull/1107

ran into this with API and exl2 model. on v 3.16 ...seems to work after I do this: ``` # modules/chat.py L113-115 enable_thinking=state['enable_thinking'] if 'enable_thinking' in state else None, reasoning_effort=state['reasoning_effort']...