Skip to content

Commit df890b7

Browse files
authored
Merge pull request #126 from yjg30737/Dev
Dev
2 parents 4b53f8d + df6be09 commit df890b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyqt_openai/pyqt_openai_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# https://platform.openai.com/docs/models/model-endpoint-compatibility
2929
ENDPOINT_DICT = {
30-
'/v1/chat/completions': ['gpt-4o', 'gpt-4-turbo',
30+
'/v1/chat/completions': ['gpt-4o', 'gpt-4o-mini', 'gpt-4-turbo',
3131
'gpt-3.5-turbo'],
3232
'/v1/completions': [
3333
'text-davinci-003', 'text-davinci-002', 'text-curie-001', 'text-babbage-001', 'text-ada-001', 'davinci',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='pyqt-openai',
12-
version='0.7.6',
12+
version='0.7.7',
1313
author='Jung Gyu Yoon',
1414
author_email='[email protected]',
1515
license='MIT',

0 commit comments

Comments
 (0)