Yaoyao
Yaoyao
> > Describe the solution you'd like > > An option for choosing a custom path for the backup folder. > > Upon briefly testing I found out that we...
@david-allison Do we need to create an associated issue with UI/UX labels? Or should we add UI/UX label within this issue? I lack project management experience.
> I don't see why we need the complexity Got it and you're right. I apologize for being influenced by my personal habits and for not being familiar with the...
I deleted BartyCrouch also disable some in ClipyTests I can build now. Tho there will be many potential issues.
> The CSDN flow is still showing > > ``` > 手机号码格式不正确,请重新输入 > ``` it's "cell phone number is in the wrong format" maybe try to use one time phone...
``` from openai import OpenAI import base64 def encode_image(image_path): with open(image_path, "rb") as image_file: return base64.b64encode(image_file.read()).decode("utf-8") base64_image = encode_image(IMAGE_PATH) print(base64_image) client = OpenAI() response = client.chat.completions.create( model=MODEL, messages=[ {"role": "user",...
> Ah interesting, when I use a picture from my computer, it does not work. But it will work if I use gpt-4o. Both base64 and url works for both...
> Hello. Are there any news regarding this? I found that pressing on more info and then pressing back button reloads webview. Hi Nick, I care about accessibility issues and...
> Hi @wyy511511 ! Thanks for your followup, time and commitment. I very appreciate it. Starting with AI, yes, I am aware of them and use them very well for...
I would like to say, it's an excellent and important feature, and @ShadyMedic has ingeniously utilized it. I definitely need this feature! # Desktop Version 2.1.65 (aa9a734f) Python 3.9.15 Qt...