token limit inlegacy file

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-17 01:34:02 +00:00
parent 9656643f0f
commit 45d9dfa0f5

View File

@@ -117,7 +117,7 @@ class AIProcessor:
self, self,
prompt: str, prompt: str,
model: Optional[str] = None, model: Optional[str] = None,
max_tokens: int = 4000, max_tokens: int = 8192,
temperature: float = 0.7, temperature: float = 0.7,
response_format: Optional[Dict] = None, response_format: Optional[Dict] = None,
api_key: Optional[str] = None, api_key: Optional[str] = None,