suncloudsmoon
suncloudsmoon
Since the last discussion post about this issue dates back a year, I'm curious if there are any plans to implement a C++ function like `setIcon()` in the near future....
Any updates?
I hope this PR gets merged soon because one of my applications depends on the OpenAI API and this PR will streamline the process for tooling.
That sounds very interesting! Do you mind sharing the word count of your story? I believe the issue might be due to the model's capability to handle long context windows....
I believe Ollama has a bug in which OpenAI-compatible API calls have their [context windows capped at 2048 tokens because num_ctx is specific to Ollama API](https://github.com/ollama/ollama/issues/5965#issuecomment-2252354726). I hope they fix...