We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collegeListRoute.txt collegeListController.txt collegeListSwarm.txt
The error log is here: Context: I am running it through an API call to an endpoint in my flask server.
HTTP/1.1 500 INTERNAL SERVER ERROR Server: Werkzeug/3.1.3 Python/3.12.5 Date: Fri, 22 Nov 2024 22:36:40 GMT Content-Type: application/json Content-Length: 127 Access-Control-Allow-Origin: * Connection: close
{ "error": "Internal Server Error", "message": "MixtureOfAgents.init() got an unexpected keyword argument 'agent_list'" }
if i try to change the agent_list keyword to agents then too I am getting an error.
The text was updated successfully, but these errors were encountered:
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.
Sorry, something went wrong.
Resolved.
kyegomez
No branches or pull requests
collegeListRoute.txt
collegeListController.txt
collegeListSwarm.txt
The error log is here:
Context: I am running it through an API call to an endpoint in my flask server.
HTTP/1.1 500 INTERNAL SERVER ERROR
Server: Werkzeug/3.1.3 Python/3.12.5
Date: Fri, 22 Nov 2024 22:36:40 GMT
Content-Type: application/json
Content-Length: 127
Access-Control-Allow-Origin: *
Connection: close
{
"error": "Internal Server Error",
"message": "MixtureOfAgents.init() got an unexpected keyword argument 'agent_list'"
}
if i try to change the agent_list keyword to agents then too I am getting an error.
Upvote & Fund
The text was updated successfully, but these errors were encountered: