b2r66sun
Results
2
comments of
b2r66sun
I also encountered this problem, probably because the OpenAI endpoint for Yi-VL hasn't been supported. Temporarily I add a conversation template to `conversation.py` ```python register_conv_template( Conversation( name="yi", system_message=( "This is...
Same