function_call-style JSON response from gpt-4, gpt-3_5, codellama, palm-2-chat-bison

This commit is contained in:
Nicholas Albion
2023-09-23 00:45:23 +10:00
parent 575c25902e
commit 156b361263
5 changed files with 96 additions and 53 deletions

View File

@@ -21,9 +21,10 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |