周超

Results 4 issues of 周超

lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/upload.lua:61: http v2 not supported yet

``` package utils; import io.ebean.config.IdGenerator; public class EbeanIdGenerator implements IdGenerator { private static final UniqueId uid = new UniqueId(); @Override public Object nextValue() { return uid.getStringId(); } @Override public String...

status:backlog

``` == CreateGitCaches: migrating ================================================ -- create_table(:git_caches) -> 0.0033s -- add_index(:git_caches, :command) rake aborted! An error has occurred, all later migrations canceled: Mysql2::Error: BLOB/TEXT column 'command' used in key specification...

deal with `openai.InternalServerError: Error code: 500 - {'detail': '[address=0.0.0.0:43769, pid=1065] The decoder prompt (length 66501) is longer than the maximum model length of 65536. Make sure that `max_model_len` is no...