Skip to content

fix: add capability to use gpt4o mini model with image uploads by rem… #3

fix: add capability to use gpt4o mini model with image uploads by rem…

fix: add capability to use gpt4o mini model with image uploads by rem… #3

Workflow file for this run

name: Prettier CI
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.js
commit_message: "style: Prettified code"