Intro Tutorial Part 2 not working with together.ai (ChatTogether()), resulting in a 504: Gateway time-out #480
HaupChris
started this conversation in
Discussions
Replies: 1 comment 2 replies
-
Hmm this seems like a Together issue more than a langgraph one - Could you share a langsmith trace for this so we could help debug? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing this intro Tutorial at the moment and I am running into an Issue when trying to use the ChatTogether class for LLM usage.
In the first part of the intro everything is fine. But when I adjust the code to as explained in the second part to use the Tavily Search tool, the method graph.stream() results in a Error 502. I have set the necessary environment variables for the code to run and when I use ChatOpenAI instead of ChatTogether it does work es expected. Does anyone know what the reason could be?
This is the code:
When I run the loop, there occurs an InternalServerError:
Beta Was this translation helpful? Give feedback.
All reactions