katakuri

Results 6 issues of katakuri

i will fork this repo and deploy on vercel and config the env. Then i test imagine, it works well. but variation failed the http status is 504. there is...

Dynamic Code Evaluation (e. g. 'eval', 'new Function', 'WebAssembly.compile') not allowed in Edge Runtime Learn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation Import trace for requested module: ./node_modules/[email protected]@lodash.snakecase/index.js ./node_modules/[email protected]@discord.js/src/util/Transformers.js ./node_modules/[email protected]@discord.js/src/util/Options.js ./node_modules/[email protected]@discord.js/src/index.js ./node_modules/[email protected]@midjourney/libs/midjourney.js ./node_modules/[email protected]@midjourney/libs/index.js i just...

```cache.ts import { provide, inject, Context } from '@ali/midway' @provide('cacheService') export class CacheService{ @inject() ctx: Context; get(key: string) { return this.ctx.app.lru.get(key) } set(key: string, value) { return this.ctx.app.lru.set(key, value) }...

**Describe the bug** shouldn't call sync api when upload failed. **To Reproduce** Steps to reproduce the behavior: 1. Go to `Knowledge` 2. Click on `Create` 3. Upload a file 4....

**Is your feature request related to a problem? Please describe.** show a breathing cursor in progress of llm completion will be better experience.

Document list layout shows in `Knowledge management` is unsightly ### Expected Behavior the position of document list modal is not coordinated. ### Actual Behavior ![40E26507-462D-4D0E-87A4-57A1521593B8](https://github.com/eosphoros-ai/DB-GPT-Web/assets/10321453/7ac6bb39-5bd0-409e-b60f-ec65ec822925) ### Proposal