Let $\Phi$ be a finite set of first order formulas over a signature $S$. Assume that (we can prove that) $\Phi$ is complete, i.e. for each first order formula $\phi$ over $S$, we have $\Phi \vdash \phi$ or $\Phi \vdash \neg\phi$ or both.
Is the question of the consistency of $\Phi$ decidable in this case, i.e. can it be decided whether the case that both $\Phi \vdash \phi$ and $\Phi \vdash \neg\phi$ occurs?
It was remarked that I need to specify in more details how the problem is presented to an algorithm which should decide about the consistency. Because $\Phi$ is a finite set of formulas, it is equivalent to a single formula $\varphi$. Hence $\Phi$ can be presented (to the algorithm which should decide its consistency) by the sequence of symbols which make up the first order formula $\varphi$. The "(we can prove that)" part can be interpreted as the existence of a proof in $\operatorname{RCA}_0$ that $\Phi$ is complete. That proof could also be appended to the input, but if such a proof is known to exist, then the algorithm can also find it himself, hence there is no need to append it to the input. However, if we don't fix $\operatorname{RCA}_0$, then the information in which formal system the completeness of $\Phi$ can be proved should be part of the input.
A minimal answer to the question as originally posed. Consider the signature $S$ with no names, no predicates (not even identity), no function symbols, and just a single propositional variable $P$. So all wffs in this signature are (equivalent to) truth-functions of $P$, equivalent to either $P$ or $\neg P$ or $P \lor P$ or $P \land \neg P$.
Let $\Phi$ be a finite set of wffs including at least one wff that is equivalent to either $P$ or $\neg P$. Then trivially it entails $\varphi$ or $\neg \varphi$ for every available $\varphi$. So we have proved that $\Phi$ is complete.
But I haven't told you exactly what's in $\Phi$ so you can't decide whether it is consistent.