refactor: llm client api

This commit is contained in:
Yidadaa
2023-05-14 23:00:17 +08:00
parent 6da3aab046
commit bd90caa99d
8 changed files with 279 additions and 22 deletions

View File

@@ -40,3 +40,5 @@ export const NARROW_SIDEBAR_WIDTH = 100;
export const ACCESS_CODE_PREFIX = "ak-";
export const LAST_INPUT_KEY = "last-input";
export const REQUEST_TIMEOUT_MS = 60000;