Kain Shu

Results 30 comments of Kain Shu

自己手动尝试新增一行代码 ``` file: dbgpt/model/proxy/llms/chatgpt.py async def chatgpt_generate_stream( model: ProxyModel, tokenizer, params, device, context_len=2048 ): client: OpenAILLMClient = model.proxy_llm_client context = ModelRequestContext(stream=True, user_name=params.get("user_name")) request = ModelRequest.build_request( client.default_model, messages=params["messages"], temperature=params.get("temperature"), context=context, max_new_tokens=params.get("max_new_tokens"),...

Good idea, would like to discuss, now online pdf to markdown has a lot, I haven't thought about what the main benefit of a browser extension using that feature would...

Thanks for the additional clarification, and in response to the first point, I think I can see how converting to markdown would make it easier to take notes, edit, and...

I have found the simplest example to reproduce this issue. dify version: 0.15.3(self-hosted) ```yaml app: description: '' icon: 🤖 icon_background: '#FFEAD5' mode: advanced-chat name: '1' use_icon_as_answer_icon: false kind: app version:...

> 友友,你有找到相关的策略或者文档吗?有没有什么方案呢? 最后换了别的框架 whisper-x,同时没找到支持很多音频模型的框架

At the moment, it seems to me that the process of handling data looks like this 1. Upload: the full uploaded files are temporarily stored in the `backend/merged_files` directory, and...

Same issue to me. I tried to remove all conditions that conflict with 'command+k', but the `clear` command still doesn't work in the terminal. So far, I have to type...

> that keybniding is still there i think? you can right click on it and select "Remove keybinding" option. Yes, remove is ok with it, but I don't know why...

After executing the `go mod tidy`, the problem was resolved. It seems that the problem lies in a version in the go.mod file that does not match the version specified...

Modify `LLM_MODEL` and the corresponding endpoint url and api_key in the `.env` file to the model you want, if it's not supported, you'll need to mock up and write some...