Ollama context size

Could you please advise if there is any way in VS 2022 to change the context size for models used via Ollama. I tried to change the settings via custom json, but it didn’t work.
And an additional question - is it possible to change the language in which the model will respond by default?

Hey @warlock9k This is something you need to do directly with Ollama since in Visual Studion using Ollama via the settings file is in experimental stage.
Read the Ollama documentation on how to change the context window in the Modelfile please.

Thank you