You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using JetBrainsMono Nerd Font, which appears to be broken in Alacritty:
[font.normal]
family = "JetBrainsMono Nerd Font"style = "Medium"
return {
lazy=true,
cmd="ChatGPT",
"jackMort/ChatGPT.nvim",
config=function()
require("chatgpt").setup({
api_key_cmd="op read op://redacted/credential --no-newline",
-- this config assumes you have OPENAI_API_KEY environment variable setopenai_params= {
-- NOTE: model can be a function returning the model name-- this is useful if you want to change the model on the fly-- using commands-- Example:-- model = function()-- if some_condition() then-- return "gpt-4-1106-preview"-- else-- return "gpt-3.5-turbo"-- end-- end,model="gpt-4-1106-preview",
frequency_penalty=0,
presence_penalty=0,
max_tokens=4095,
temperature=0.2,
top_p=0.1,
n=1,
},
})
end,
dependencies= {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
}
The text was updated successfully, but these errors were encountered:
I am using JetBrainsMono Nerd Font, which appears to be broken in Alacritty:
The text was updated successfully, but these errors were encountered: