Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
emmalin-7 committed Feb 6, 2025
1 parent b1b17c5 commit 7f8498b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agential/training/agent_optimizer/strategies/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class PromptOptimizerGeneralStrategy(PromptOptimizerBaseStrategy):
def __init__(
self,
llm: BaseLLM,
max_steps: int,
max_steps: int = 6,
max_tokens: int = 5000,
enc: Encoding = tiktoken.encoding_for_model("gpt-3.5-turbo"),
Expand Down

0 comments on commit 7f8498b

Please sign in to comment.