kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
69498be0ab
commit
8f028bf538
|
@ -15,7 +15,8 @@ const fixtures = [
|
|||
// 'pricing-3-plans',
|
||||
// 'pricing-monthly-annual',
|
||||
// 'pricing-custom-0',
|
||||
'basic-openapi'
|
||||
'basic-openapi',
|
||||
'basic-mcp'
|
||||
]
|
||||
|
||||
const fixturesDir = path.join(
|
||||
|
|
|
@ -2,7 +2,8 @@ import { defineConfig } from '@agentic/platform'
|
|||
|
||||
export default defineConfig({
|
||||
name: 'test-basic-mcp',
|
||||
originUrl: 'http://localhost:8080',
|
||||
// originUrl: 'http://localhost:8080/stream',
|
||||
originUrl: 'https://agentic-basic-mcp-test.onrender.com/stream',
|
||||
originAdapter: {
|
||||
type: 'mcp'
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue