kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
6 wiersze
175 B
TypeScript
6 wiersze
175 B
TypeScript
|
|
import { defineConfig } from '@agentic/platform-schemas'
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
originUrl: 'https://jsonplaceholder.typicode.com'
|
||
|
|
} as any) // invalid; missing name
|