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 086f85e commit 908ab75Copy full SHA for 908ab75
plugins/qualifire/globals.ts
@@ -1,7 +1,6 @@
1
import { post } from '../utils';
2
3
-// export const BASE_URL = 'https://proxy.qualifire.ai/api/evaluation/evaluate';
4
-export const BASE_URL = 'http://localhost:8080/api/evaluation/evaluate';
+export const BASE_URL = 'https://proxy.qualifire.ai/api/evaluation/evaluate';
5
6
interface AvailableTool {
7
name: string;
0 commit comments