VRSEN / agency-swarm-lab

MIT License
522 stars 238 forks source link

Error 422: Missing "Instructions" field #18

Closed zeta274 closed 3 months ago

zeta274 commented 3 months ago

openai.UnprocessableEntityError: Error code: 422 - {'detail': [{'type': 'missing', 'loc': ['body', 'instructions'], 'msg': 'Field required', 'input': {'assistant_id': 'memgpt_chat', 'additional_instructions': None, 'max_completion_tokens': None, 'max_prompt_tokens': None, 'stream': False, 'temperature': None, 'tool_choice': None, 'truncation_strategy': None}}]}

When running the built-in demos, after I've configured the appropriate values. The interface loads in browser, I send a message and boom, I get this error. Running Llama 3 on MemGPT with VLLM below.

zeta274 commented 3 months ago

Complete environment reset and reinstall fixed it. Cannot reproduce.