Commit History

auto-fallback: try InferencePort, if 429 use KeylessAI
26ac8e0

ausername-12345 commited on

switch to InferencePort direct API
3afc934

ausername-12345 commited on

back to KeylessAI (completions.me 401)
d6ecf4e

ausername-12345 commited on

read API key from env var with fallback
cfe2661

ausername-12345 commited on

switch to completions.me with gpt-5.2
b854661

ausername-12345 commited on

compact history to 20 messages: older ones get summarized into context
ca7c777

ausername-12345 commited on

log all requests with full details
803f11d

ausername-12345 commited on

switch to KeylessAI (no key, no limits, no signup)
eb7395f

ausername-12345 commited on

add web_type tool for filling forms and typing in textboxes
65e6ab8

ausername-12345 commited on

add web_search, web_click tools for interactive browsing
75dd203

ausername-12345 commited on

add web browsing: web_fetch tool + tool call loop
71a2b74

ausername-12345 commited on

restore original request parsing for shortcuts + history
f171792

ausername-12345 commited on

fix shortcuts empty history, add debug logging
1c3e0d8

ausername-12345 commited on

add GET /history, handle messages array in shortcuts
dce2588

ausername-12345 commited on

separate POST /reset endpoint for clearing history
346f0d8

ausername-12345 commited on

shortcuts maintains conversation history, reset with {"reset":true}
987e29f

ausername-12345 commited on

rename relay_history to history
f2448b2

ausername-12345 commited on

restore relay_history as string
8e9bc3f

ausername-12345 commited on

remove relay_history from response
af6863a

ausername-12345 commited on

relay_history as string
5a42964

ausername-12345 commited on

relay_history excludes system prompt; API still sends it
144b36d

ausername-12345 commited on

shortcuts: send only messages, no system prompt
b69140b

ausername-12345 commited on

shortcuts: send all messages without trimming
8e74d92

ausername-12345 commited on

add relay_history to response
fc7e0fe

ausername-12345 commited on

add request logging on failure (method, url, headers, body)
39aab2b

ausername-12345 commited on

restore default system prompt for /shortcuts
5856d7c

ausername-12345 commited on

make /shortcuts accept simpler formats (text/message)
bdb7f72

ausername-12345 commited on

add POST /shortcuts endpoint (alias for /relay)
872ca3e

ausername-12345 commited on

use lightning model (Lightning-Text v2)
ed6fce5

ausername-12345 commited on

fix: use llama-3.1-8b-instant model (llama3-8b-8192 decommissioned)
7a0bf02

ausername-12345 commited on

sync with sebebeb-relay.hf.space: fix API URL to /v1/chat/completions, add debug endpoint, restore OpenAI payload format
0a988dd

ausername-12345 commited on