vnguyen42
vnguyen42
When using Mistral Medium or Small, completions are often stopped in the middle of the answer when it include code, with error in the console : "Error consuming stream: TypeError:...
**What version are you using?** v2.0.46 **Wat OS are you running?** Mac OS Monterey - Apple Silicon M1 **Are you using Docker or as a service?** Docker I was trying...
### Description When an env variable is defined as a string and it contains two $ (like "@_String$$"), one of the $ will get removed at run time.  ...