NuclearGeek

Results 3 issues of NuclearGeek

After I run "oaieval gpt-3.5-turbo mafand_translation_en-ibo --max_samples 20" from the Lambada example I get "FileNotFoundError: [Errno 2] No such file or directory: '/tmp/evallogs/None'". I am editing the log_path to the...

### Describe the bug I am seeing high CPU usage when using ImageEditor. I noticed it a few days ago in my overall webapp here: https://github.com/NuclearGeekETH/chatGPT-web-ui. I narrowed the high...

bug
🖼️ ImageEditor

Getting an error when trying to set the system message, code below: `ollama._types.ResponseError: no FROM line for the model was specified` ```python def ollama_chat_response(message, history, model, system): try: ollama.chat(model) except...