mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
fix(freetheai): add /chat/completions to baseUrl to resolve 404 errors (#2557)
Integrated into release/v3.8.2
This commit is contained in:
committed by
GitHub
parent
193a8580c9
commit
e8aa447de7
@@ -2173,7 +2173,7 @@ export const REGISTRY: Record<string, RegistryEntry> = {
|
||||
alias: "fta",
|
||||
format: "openai",
|
||||
executor: "default",
|
||||
baseUrl: "https://api.freetheai.xyz/v1",
|
||||
baseUrl: "https://api.freetheai.xyz/v1/chat/completions",
|
||||
authType: "apikey",
|
||||
authHeader: "bearer",
|
||||
models: [
|
||||
|
||||
Reference in New Issue
Block a user