diff --git a/README.md b/README.md index 8f1e60f..255adee 100644 --- a/README.md +++ b/README.md @@ -1122,7 +1122,7 @@ client = OpenAI( ) chat_response = client.chat.completions.create( - model="Qwen2-7B-Instruct", + model="Qwen2-VL-7B-Instruct", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {