Nick HS
Nick HS
It's being built with the xcodebuild command line utility (so yes?). Is there a different way I could try?
Sorry I should of clarified, I've tried with both XCode and `xcodebuild` to no avail. I'm not entirely sure where it's getting the np from. This is on XCode 4.6,...
Changing the following line in `firebreath-plugin/PluginConfig.cmake` worked! ``` -set(FBSTRING_PluginFileName "np${PLUGIN_NAME}.dll") +set(FBSTRING_PluginFileName "${PLUGIN_NAME}.dll") ``` Unfortunately the plugin still appears to fail to load, Chrome spits out: ``` [10987:519:0514/162559:ERROR:plugin_lib_mac.mm(212)] PluginLib::ReadWebPluginInfo bundle failed...
Took a stab at this in https://github.com/huggingface/candle/pull/1836
hey @agrafix I'm not sure what your philosophy on removing API items like this that are no longer in the OpenAI API either. Let me know if you think we...
hey @Saizan, let me know if you'd like to make those changes otherwise happy to do so! I'll also see if I can get a reliable hallucination and add a...
This is great! One small concern is that there's lots of `response_format` across [different APIs](https://platform.openai.com/docs/api-reference/images/create#images-create-response_format). Maybe rename to `ChatResponseFormat`?
merged - I'll do a quick rename myself. Thanks @adinapoli!