Skip to content
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

send message in the chatbox will give a error : 'latin-1' codec can't encode characters in position 0-63: ordinal not in range(256) #30

Closed
8Avalon8 opened this issue Mar 16, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@8Avalon8
Copy link

image

@ibiscp
Copy link
Contributor

ibiscp commented Mar 16, 2023

I believe you are using only an LLM, you need to insert it with an LLMChain with a Prompt. I already added an Error Handling when only an LLM is added.

@rodrigosnader rodrigosnader added the help wanted Extra attention is needed label Mar 17, 2023
@8Avalon8
Copy link
Author

I believe you are using only an LLM, you need to insert it with an LLMChain with a Prompt. I already added an Error Handling when only an LLM is added.

thanks for your reply! I actually using llmchain with a promt like this graph,but still give this error
image

@ibiscp
Copy link
Contributor

ibiscp commented Mar 17, 2023

That's odd, could you please add the API keys again? Or export the flow to check the values for that in the json file.

@8Avalon8
Copy link
Author

That's odd, could you please add the API keys again? Or export the flow to check the values for that in the json file.

Alright, I found that after re-entering the Search API Key, everything is working normally now. I also created a new image, and everything seems to be fine. Perhaps I accidentally inputted the wrong key earlier. Thank you for your help!

@ibiscp
Copy link
Contributor

ibiscp commented Mar 17, 2023

Great that it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants