Skip to content

models: add gpt-4o and gpt-4-turbo with vision, remove gpt-3.5-turbo-… #114

models: add gpt-4o and gpt-4-turbo with vision, remove gpt-3.5-turbo-…

models: add gpt-4o and gpt-4-turbo with vision, remove gpt-3.5-turbo-… #114

Workflow file for this run

name: scons pot
on:
push:
branches:
- master
jobs:
scons-pot:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install scons
run: pip install scons
- name: Install gettext
run: sudo apt-get install gettext
- name: Generating pot file
run: scons pot
- name: upload artifact
uses: actions/upload-artifact@v2-preview
with:
path: ./*.pot