mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Remove some 'unnecessary' parameters from OpenAI invocation (#561)
* Remove some 'unnecessary' parameters from OpenAI invocation. The OpenAI API is getting complicated with the API and SDK changing on OpenAI's end, but this not getting mapped through to other services which are 'compatible' with OpenAI. * Update OpenAI test for this change * Trying running tests with Python 3.13
This commit is contained in:
parent
6c85038c75
commit
3580e7a7ae
3 changed files with 2 additions and 16 deletions
2
.github/workflows/pull-request.yaml
vendored
2
.github/workflows/pull-request.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: python:3.12
|
||||
image: python:3.13
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue