I just tried to use the codebot to see if it can suggest a change due to something showing as obsolete (it didn’t really help though it did know what the code in the file did). Anyway, I don’t see how to ask an additional question as there’s no edit box/ send button as shown on your blog about it.
Also, I am using dark mode and noticed that there does seem to be an editable area at the bottom of the bot (with a splitter) but the text is black (on a black background) though even when I switched it to white, there seems no way to actually send the question (assuming that’s the place to type it).
I was actually wanting to know how to change this (picker mode is obsolete)
someDocumentPicker := new UIDocumentPickerViewController withDocumentTypes(['public.item']) inMode(UIDocumentPickerMode.Import);
It suggested this which doesn’t work (though it correctly said I’d need to add UniformTypeIdentifiers to the uses)
someDocumentPicker := new UIDocumentPickerViewController withContentTypes([UTType.Content as instancetype]) forOpeningContentTypes([UTType.Item]);
Ah, that probably is the issue. I’ll check; it’s a plain TextView, so I’d expect to to handle proper coloring for mDarkMode on its own… I’ll see what I can do. But probably thats what you’re missing, for the first Q. ;).
Unfortunately we have no control over the accrual info it provides, as this comes form the model. It’s often spot on, sometimes misses on there syntax (eg Objective-C vs Oxygene vs Swkift-style naming of the APIs), but sometimes it just purely makes up APIs or gets confused, as well. Usually asking sorting like “that method doesn’t exist”, etc helps it to get back on track.
I just left it as default. I went to look at the settings, and saw the ‘Send chat when enter’ option which wasn’t ticked, is that instead of the send button that I thought is missing? Also, the Model combo was disabled so I couldn’t see it, but it appeared after I ticked the send chat tick box, and showed gpt-4-turbo.
Pressing enter didn’t do anything except add a line break as before, but the Option-Enter sent the message!
I’ve used OpenAI a few times to ask it stuff and have been impressed with some of its suggestions, so I’ll try and use it in here from now, to see how it helps as it’ll save me telling I’m using your stuff. That said, I just asked it how I should use UIDocumentPickerViewController and it wrote the same thing I’m using that is apparently now obsolete. I’ll come back to that one!
Got it, confirmed looks right, and the codebot bits as well. Thanks.
Yep, that black area is the message field; the text color should be fixed for vNext; as is the theme for the Codebot view itself to match the dark look.
Okay, so probably OpenAI, and gpt-4o.
with “Sent chat on enter”, your next message gets sent when you press Enter (Return), and you can press Option-Enter to ad linebreaks. If its turned off, pressing Enter adds a line break, and Option-Enter will send the message off…
Maybe I need to explain this better, I thought thats a fairly common usage pattern for chat-type apps.
Weird, those two should not be selected. But the Models list will refresh each time you change/touch the Provider option, to reload the available models. Maybe for some reason it failed to download it right away, or just took a bit longer…
It’s possible I’ve looked at it when you first added it, so I may have done something. It looks like there’s an API key in there, and I do have one (I’ve added some AI stuff into our product).
Got it now!
Yep, just played around with it, and I think it just took a while to populate.