Commit Graph

77 Commits

Author SHA1 Message Date
nai-degen 2b783e0f2b improves model_not_found error message 2023-04-30 22:01:45 -07:00
nai-degen 16b5ccb977 disables key downgrade feature to prevent abuse 2023-04-30 21:30:42 -07:00
nai-degen 1d69078514 displays huggingface metadata on infopage if present 2023-04-17 14:19:58 -07:00
nai-degen 9afa4570ec adds repo link to prompt logging notice 2023-04-15 01:11:00 -07:00
nai-degen e4495798ee omits undefined values from listConfig 2023-04-15 00:44:52 -07:00
nai-degen 5c885eaa1a removes duplicate keys which cause keychecker to get stuck 2023-04-14 21:13:24 -07:00
nai-degen 673f6f6185 actually fixes prompt logger path detection 2023-04-14 20:54:55 -07:00
nai-degen 717788b9b0 fixes key checker getting stuck in infinte loop 2023-04-14 20:51:05 -07:00
nai-degen 5e046b9060 fixes bug introduced in previous commit which prevented logging 2023-04-14 20:19:26 -07:00
nai-degen 34ed165a6f fixes issue with attempting to log non-completion endpoints 2023-04-14 20:10:14 -07:00
nai-degen 0f60fa9407 updates logging README to warn about Google retardation 2023-04-14 19:09:41 -07:00
nai-degen fc3043dad0 Implements prompt logging via Google Sheets (khanon/oai-reverse-proxy!1) 2023-04-15 01:21:04 +00:00
nai-degen a767044850 Refactor onProxyRes handlers to use middleware stack (khanon/oai-reverse-proxy!2) 2023-04-14 15:29:11 +00:00
nai-degen 6cf529b405 updates huggingface docs with new repo url 2023-04-11 16:02:41 -07:00
nai-degen a98665f013 reverts disabling keys which have gone above hardlimit, just let the API do that 2023-04-11 12:10:58 -07:00
nai-degen bbcc76266f improves downstream API error handling 2023-04-11 05:01:35 -07:00
nai-degen a8340b0dd4 redacts bearer tokens from logs 2023-04-11 03:39:24 -07:00
nai-degen 65c5cfeef2 fixes quota checking not counting the current day 2023-04-11 03:28:50 -07:00
nai-degen 920612f1ce rewrites urls to deal with client idiosyncrasies 2023-04-11 03:20:19 -07:00
nai-degen 44f667976a simplifies infopage and updates README 2023-04-11 03:19:05 -07:00
nai-degen 15ed8e7c25 adds TODOs so I don't forget 2023-04-10 20:02:48 -07:00
nai-degen f3a13129f9 fixes dead keys being 'revived' by a queued check 2023-04-10 19:57:32 -07:00
nai-degen 885487a61d fixes kobold key selection, I think 2023-04-10 19:50:42 -07:00
nai-degen f37a2fa7fa temporarily disable gpt-4 for kobold as it is broken 2023-04-10 04:56:04 -07:00
nai-degen f0afc8c420 fixes kobold endpoint not actually being rate-limited 2023-04-10 06:42:12 -05:00
nai-degen 6b47c1cdc5 improves quota display 2023-04-10 04:16:14 -07:00
nai-degen 4200d8203d redacts cookies in logs; fix sha on infopage 2023-04-10 03:39:13 -07:00
nai-degen 2a4dfe2501 Merge branch 'main' of https://github.com/nai-degen/oai-reverse-proxy 2023-04-10 03:11:36 -07:00
nai-degen 1238ee77c9 adds SHA to infopage 2023-04-10 03:11:26 -07:00
nai-degen 75e004d2b1 tries to handle exhausted trials a bit better 2023-04-10 03:11:14 -07:00
nai-degen 111fb1a7c5 improves service info page 2023-04-10 04:44:38 -05:00
nai-degen de5833e1e5 unfucks quota checking for real this time 2023-04-10 02:42:56 -07:00
nai-degen ca7f57f493 improves key checker 2023-04-10 01:49:52 -07:00
nai-degen 91cba67650 fixes kobold content-encoding 2023-04-10 00:53:27 -07:00
nai-degen 14c890f268 refactors keypool and implements key health checks 2023-04-10 00:27:45 -07:00
nai-degen 39cdb2e1e8 moves keys.ts into keys/key-pool.ts 2023-04-09 21:26:58 -07:00
nai-degen 05ba17e65a fixes huggingface dockerfile 2023-04-09 21:25:59 -07:00
nai-degen ede7a1f0cb fixes incorrectly named replit.nix file 2023-04-09 21:28:51 -05:00
nai-degen 377194cad8 updates README 2023-04-09 21:14:22 -05:00
nai-degen 518a5b125d updates docs again 2023-04-09 20:39:35 -05:00
nai-degen 922268076e refines huggingface instructions 2023-04-09 20:34:22 -05:00
nai-degen 04512cb352 updates README 2023-04-09 20:21:28 -05:00
nai-degen bae6574926 adds documentation for huggingface deployments 2023-04-09 20:11:07 -05:00
nai-degen 5bf87646eb adds preliminary replit support 2023-04-09 18:55:24 -05:00
nai-degen 7bb70ddfdc correctly decompresses gzip/deflate payloads 2023-04-09 02:30:59 -05:00
nai-degen 326def06a3 adjusts logging to troubleshoot errors from openai 2023-04-09 01:13:41 -05:00
nai-degen c4f8679bda exempts hosted agnai from rate limit 2023-04-09 00:49:14 -05:00
nai-degen 41637aca1b updates info page with new kobold url 2023-04-09 00:30:20 -05:00
nai-degen fd75f5c0c6 implements kobold endpoint 2023-04-09 00:28:51 -05:00
nai-degen 1ba72582da updates .env.example again 2023-04-08 22:00:45 -05:00