Skip to content

Commit

Permalink
update /gemini system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jelni committed Dec 21, 2024
1 parent 0ffeb17 commit 49442ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/makersuite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::utilities::rate_limit::RateLimiter;
use crate::utilities::telegram_utils;

const SYSTEM_INSTRUCTION: &str =
"Be concise and precise. Don't be verbose. Answer in the user's language.";
"Be concise and precise. Don't be verbose. Answer in the language the user wrote in.";

pub struct GoogleGemini {
command_names: &'static [&'static str],
Expand Down

0 comments on commit 49442ed

Please sign in to comment.