nicho2
nicho2
### How are you running AnythingLLM? Docker (local) ### What happened? recently, i use mistral nemo instruct for agent skill. and the result is very interesting , I remark just...
is-it possible to add 1 hour mobile average ? i have these values : timestamp,co2 2024-10-28T08:00:00,407.0 2024-10-28T08:01:00,407.0 2024-10-28T08:02:00,407.0 2024-10-28T08:03:00,407.0 2024-10-28T08:04:00,407.0 2024-10-28T08:05:00,407.0 2024-10-28T08:06:00,407.0 2024-10-28T08:07:00,407.17 2024-10-28T08:08:00,408.0 2024-10-28T08:09:00,408.33 2024-10-28T08:10:00,409.0 2024-10-28T08:11:00,409.17 2024-10-28T08:12:00,410.0 2024-10-28T08:13:00,410.0 2024-10-28T08:14:00,410.5...
I try to import a json file or clipboard with: { "timestamp": [ "2024-10-28T08:00:00", "2024-10-28T08:01:00", "2024-10-28T08:02:00", "2024-10-28T08:03:00", "2024-10-28T08:04:00", "2024-10-28T08:05:00", "2024-10-28T08:06:00", "2024-10-28T08:07:00", "2024-10-28T08:08:00", "2024-10-28T08:09:00", "2024-10-28T08:10:00", "2024-10-28T08:11:00", "2024-10-28T08:12:00", "2024-10-28T08:13:00", "2024-10-28T08:14:00", "2024-10-28T08:15:00", "2024-10-28T08:16:00",...
### What is the issue? Hello , Ollama seems no apply a good template for Mistral Large: https://huggingface.co/mistralai/Mistral-Large-Instruct-2411#basic-instruct-template-v7 mistral gives a SYSTEM_PROMPT token not apply: [SYSTEM_PROMPT] [/SYSTEM_PROMPT][INST] [/INST] [INST] [/INST]...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### What is the issue? Hello, i have a chatbot (dify platform) and when my context windows size is > 20000 the inference is very short and stop. It seems...