Update openai_tau_proxy_confirm_newlines.ts
Browse files
openai_tau_proxy_confirm_newlines.ts
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
*/
|
11 |
|
12 |
// --- Constants ---
|
13 |
-
const TAU_API_URL = "https://tau-api.fly.dev";
|
14 |
const DEFAULT_TAU_MODEL = "anthropic-claude-4-opus"; // Default if client model isn't found or mapped
|
15 |
const ALLOWED_TAU_MODELS = [
|
16 |
"google-gemini-2.5-pro",
|
|
|
10 |
*/
|
11 |
|
12 |
// --- Constants ---
|
13 |
+
const TAU_API_URL = "https://tau-api.fly.dev/v1/chat";
|
14 |
const DEFAULT_TAU_MODEL = "anthropic-claude-4-opus"; // Default if client model isn't found or mapped
|
15 |
const ALLOWED_TAU_MODELS = [
|
16 |
"google-gemini-2.5-pro",
|