revert(gemini): revert to gpt-4o as tokenizers (closes #499) (#506)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-03 22:59:14 -04:00 committed by GitHub
parent 59959d7522
commit 73730513d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ local Clipboard = require("avante.clipboard")
local M = {} local M = {}
M.api_key_name = "GEMINI_API_KEY" M.api_key_name = "GEMINI_API_KEY"
M.tokenizer_id = "google/gemma-2b" -- M.tokenizer_id = "google/gemma-2b"
M.parse_message = function(opts) M.parse_message = function(opts)
local message_content = {} local message_content = {}