spennythug
spennythug
I was running into a similar situation and was able to get around it by calling `forceUpdate` on a ref. This might not be best practice but it's a decent...
I tried to update this transport a few days ago and kept getting an `EntryPointNotFoundException` error involving `libEOSSDK-Mac-Shipping.dylib`. Does this fix this? If so I'll test it out.
I believe this is the same issue as #70 The OpenAI API needs the name of the function called if a `ChatMessage` has the role of `function`. This occurs because...
After testing this a bit more, I've noticed functions calls are being added to the chat history twice. I don't know if this is something I caused or something that...