Dmitry Tischencko
Dmitry Tischencko
How can I see my prompt with generated text in message content after use: ``` chat = llm.create_chat_completion( messages, tools=tools ) print(chat) ``` ``` {'id': 'chatcmpl-e2235484-1ccb-4eb7-a93b-e9e171fbb2ee', 'object': 'chat.completion', 'created': 1725972811,...
Hey, I tried to convert docx with images file to md, but It does not do captioning: ```python from markitdown import MarkItDown from openai import OpenAI client = OpenAI(base_url="http://localhost:8000/v1", api_key="dummy")...
Did you update? pip install --upgrade unsloth unsloth_zoo Yes Colab or Kaggle or local / cloud Local Number GPUs used, use nvidia-smi 1 Which notebook? Please link! Which Unsloth version,...