crazywoola

Results 1401 comments of crazywoola

I have same issue here. A possible solution was: 1. comment the gem ``` # gem "tailwindcss-rails", "~> 2.0" ``` 2. run ``` bundle install rails g kaminari:views default or...

Try `pip install -r requirements.txt --upgrade`

In chat mode, when you debug the LLM node. No matter what you input, it does not send the ` { "role": "user", "text": "QUESTION HERE", "files": [] } ]...

@takatost It seems some deps are outdated in recent versions. #3795

Approved, you can add my wechat: crazyphage . I will invite you to the contributor's group.

设置的地方是有最大token的设置的,你看看是不是现在的比较小。

See https://github.com/langgenius/dify/blob/main/api/.env.example this file for details

This is a known issue. Because the gpt-4-preview has a ``` Input: 128,000 Output: 4096 ``` But we haven't split them into two parts in the backend code.