Matevž Poljanc

Results 1 comments of Matevž Poljanc

My quick and dirty fix was to “sanitize” user prompt by replacing all keywords with lowercase equivalent. Example for “Function”: ``` user_prompt = “… some text” # sanitize user_prompt =...