fix default model 99 nvim

This commit is contained in:
2026-05-18 21:03:25 +02:00
parent 3793d9d4c3
commit ee248079aa
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tmp/

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# # # Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2026/05/18 17:35:55 by tomoron ### ########.fr # # Updated: 2026/05/18 21:02:50 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #

View File

@ -143,7 +143,7 @@
local basename = vim.fs.basename(cwd) local basename = vim.fs.basename(cwd)
_99.setup({ _99.setup({
provider = _99.Providers.OpenCodeProvider, provider = _99.Providers.OpenCodeProvider,
model = "gemma4:26b", model = "ollama/gemma4:26b",
logger = { logger = {
level = _99.DEBUG, level = _99.DEBUG,
path = "/home/tom/99logs/" .. basename .. ".99.debug", path = "/home/tom/99logs/" .. basename .. ".99.debug",