Skip to content

Commit

Permalink
fix llm max token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceceliachenen committed Dec 18, 2024
1 parent ecad5ca commit d991f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pai_rag/integrations/llms/pai/llm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from enum import Enum
from llama_index.core.constants import DEFAULT_TEMPERATURE

DEFAULT_MAX_TOKENS = 4000
DEFAULT_MAX_TOKENS = 2000


class DashScopeGenerationModels:
Expand Down

0 comments on commit d991f60

Please sign in to comment.