Morning all!
Running into an error running Autogen with LM Studio - mistral instruct 7b q4 and q5.
Python terminal says: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/openai/api_requestor.py", line 765, in _interpret_response_line
raise self.handle_error_response(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/openai/api_requestor.py", line 418, in handle_error_response
error_code=error_data.get("code"),
AttributeError: 'str' object has no attribute 'get'
LMStudio says:
}
[2023-11-13 12:55:30.087] [ERROR] Error: 'messages' array must only contain objects with a 'content' field that is not empty.
Any ideas or suggestions would be super appreciated!