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
Even when setting quarkus.langchain4j.openai.*.chat-model.max-tokens = 4096 it appears that the backend doesn't apply that. After consuming large PDF files, the system start to fail because some models only accept a maximum of 2048 or 4096 tokens.
The text was updated successfully, but these errors were encountered:
Even when setting
quarkus.langchain4j.openai.*.chat-model.max-tokens = 4096
it appears that the backend doesn't apply that. After consuming large PDF files, the system start to fail because some models only accept a maximum of 2048 or 4096 tokens.The text was updated successfully, but these errors were encountered: