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 6e3555e commit b6b5351Copy full SHA for b6b5351
src/Client.ts
@@ -15,7 +15,7 @@ import {
15
PromptToolBody
16
} from './types'
17
18
-const BASE_URL = 'https://api.promptfoundry.ai/sdk/v1'
+const BASE_URL = 'https://api.promptfoundry.ai'
19
20
export default class PromptFoundry {
21
private client: typeof api
0 commit comments