Aled Samuel
Aled Samuel
That's an interesting note because it only uses 1 core on my MacBook Pro, whereas I would like it to use more – no idea why it's doing that though.
This isn't directly helpful but could help find a solution to the issue – I have a Late '13 MBP and it's doing a similar issue where selecting Integrated Only...
What if we put a switch in preferences to enable the switching cells? You could label it as Experimental maybe, but it’s off by default. That way it’s still mainly...
Hi @tsmcgrath! Do you mean it doesn't load the readme when trying to add the package? I just tried it myself and it seems to work fine – can you...
No worries at all, glad to hear it's working for you! Feel free to open another issue if you have any other concerns or feature improvements.
Yeah this is a great little project I want to use in my app but can't because of the lack of sizing change. I'm fairly competent, what are people's thoughts...
Forgot about this so gave it another go just now ``` Swift var size: CGSize = myLabel.text.boundingRectWithSize(CGSize(width: CGFloat.max, height: myLabel.bounds.height), options: NSStringDrawingOptions.UsesLineFragmentOrigin, attributes: [NSFontAttributeName: myLabel.font], context: nil).size if (size.width >...
That's a great point, it looks like a lot of the text based models were deprecated a month ago so we should be using `gpt-3.5-turbo-instruct` instead – you should still...
I'm really sorry to hear your API key was compromised; this is a really good idea and something I'd love to see added myself. Though I'm not a moderator I'll...
Hi @donfishman, what error are you getting when using `.gpt4`? Do either `gpt4_0613` or `gpt3_5Turbo` work for you or are they failing as well?