token limit inlegacy file
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user