Skip to content

Commit d89bc9f

Browse files
committed
Update OpenAI Connector with test function for database request
1 parent 0fde13e commit d89bc9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const config = {
2-
connectorName: 'OpenAI with Function calling',
2+
connectorName: 'OpenAI with Test Function calling',
33
connectorVersion: '1.0.0',
44
models: [
55
'gpt-4-turbo',

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "prompt-mixer-open-ai-with-functions-connector",
3-
"name": "Open AI Connector",
3+
"name": "OpenAI with Test Function calling",
44
"version": "1.0.0",
55
"minAppVersion": "0.1.0",
66
"description": "OpenAI Connector with a testing function that simulates a database request returning a user list from the database",

0 commit comments

Comments
 (0)