Skip to content

Commit

Permalink
update models list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatyss committed Aug 29, 2024
1 parent 33cf611 commit d30afd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
export const config = {
connectorName: 'OpenAI',
connectorVersion: '1.0.8',
connectorVersion: '1.0.9',
models: [
'gpt-4o-64k-output-alpha',
'gpt-4o-mini',
'gpt-4o-mini-2024-07-18',
'gpt-4o',
'gpt-4o-2024-05-13',
'gpt-4o-2024-08-06',
'chatgpt-4o-latest',
'gpt-4-turbo',
'gpt-4-turbo-2024-04-09',
'gpt-4-0125-preview',
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prompt-mixer-open-ai",
"name": "Open AI Connector",
"version": "1.0.8",
"version": "1.0.9",
"minAppVersion": "0.1.0",
"description": "OpenAI Connector leverage the power of advanced AI models provided by OpenAI, such as GPT",
"author": "Prompt Mixer",
Expand Down

0 comments on commit d30afd1

Please sign in to comment.