-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] syntaxerror: Unexpected token 'F', Failed is not valid JSON #361
Comments
hey @simsherpa do you face same problem when using ChatOpenAI and OpenAIEmbedding nodes? |
Hi @HenryHengZJ, thanks for the follow-up. I'm exploring strictly open source LLMs -- so I do not have an OpenAI account and therefore have not tried those OpenAI components. Any other suggestions? |
Hey, @HenryHengZJ, it was functioning properly when utilizing the ChatOpenAI and OpenAIEmbedding nodes. However, we are currently seeking an open-source language model like LLM-Falcon. Could you please investigate this matter? |
I have this same problem in two different flows. Both uing ChatOpenAi. The common characteristic is that it is a LLM Chain feeding an OutPut prediction into an Prompt Template, and the LLM Chain outputs predictions that contains Seems like the |
good news we have a PR addressing this issue - #558 |
Update: The former PR got closed, now on #612 |
Describe the bug
Thank you so much for this very inspired resource!
I am encountering the following error with the flow below:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Expected the flow to execute allowing inspection of PDF file entries.
Screenshots
If applicable, add screenshots to help explain your problem.
Flow
If applicable, add exported flow in order to help replicating the problem.
PDF-Explorer Chatflow.zip
Setup
npx flowise start
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: