This commit is contained in:
2025-07-24 00:18:09 +01:00
parent 9c50db2b62
commit c3ae04ab75
7 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
pub fn continue_content(
context: &str,
instruction: &str,
max_tokens: usize,
_max_tokens: usize,
) -> Result<String, Box<dyn std::error::Error>> {
let client = reqwest::blocking::Client::new();