We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fde13e commit d89bc9fCopy full SHA for d89bc9f
config.js
@@ -1,5 +1,5 @@
1
export const config = {
2
- connectorName: 'OpenAI with Function calling',
+ connectorName: 'OpenAI with Test Function calling',
3
connectorVersion: '1.0.0',
4
models: [
5
'gpt-4-turbo',
manifest.json
@@ -1,6 +1,6 @@
{
"id": "prompt-mixer-open-ai-with-functions-connector",
- "name": "Open AI Connector",
+ "name": "OpenAI with Test Function calling",
"version": "1.0.0",
"minAppVersion": "0.1.0",
6
"description": "OpenAI Connector with a testing function that simulates a database request returning a user list from the database",
0 commit comments