Skip to content

Use openai compatible environment variables for configuration and allow configuration using more specific variables that do not interfere with the openai defaults #111

Use openai compatible environment variables for configuration and allow configuration using more specific variables that do not interfere with the openai defaults

Use openai compatible environment variables for configuration and allow configuration using more specific variables that do not interfere with the openai defaults #111

Workflow file for this run

name: Test Please CLI
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master