You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when using the official API, the think content stops halfway and then waits for a long time before continuing to reply to the question. As shown in the figure, The content of the reasoning section is obviously truncated.
The results of running the inference model locally are shown in the figure (only compatible with OpenAI's API)
By the way, "\(" and "\)" are also mathematical symbol markers in LaTeX, and this model clearly uses this marking method, not "$". From the current return results, it seems that the "\( & \)" markers are not supported. When can compatibility be added?
Are there known steps to reproduce?
Using the official DeepSeek API, ask the same question as me:
Let $x,y$ and $z$ be positive real numbers that satisfy the following system of equations: \n\[\log_2\left({x \over yz}\right) = {1 \over 2}\]\n\[\log_2\left({y \over xz}\right) = {1 \over 3}\]\n\[\log_2\left({z \over xy}\right) = {1 \over 4}\]\nThen the value of $\left|\log_2(x^4y^3z^2)\right|$ is $\tfrac{m}{n}$ where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
The text was updated successfully, but these errors were encountered:
How are you running AnythingLLM?
Docker (local)
What happened?
I found that when using the official API, the think content stops halfway and then waits for a long time before continuing to reply to the question. As shown in the figure, The content of the reasoning section is obviously truncated.
The results of running the inference model locally are shown in the figure (only compatible with OpenAI's API)
By the way, "\(" and "\)" are also mathematical symbol markers in LaTeX, and this model clearly uses this marking method, not "$". From the current return results, it seems that the "\( & \)" markers are not supported. When can compatibility be added?
Are there known steps to reproduce?
Using the official DeepSeek API, ask the same question as me:
The text was updated successfully, but these errors were encountered: