Skip to content

Commit

Permalink
Bug fix (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 authored Apr 8, 2024
1 parent 5cbc9a6 commit 87ad43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepai/agents/assistant_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def run_until_complete(
# get the response from openai
try:
logger.debug(messages[-1]["content"])
logger.debug(f"Calling anthropic claude-3-opus-20240229...")
logger.debug("Calling anthropic claude-3-opus-20240229...")
client = AnthropicClient()
response = client.get_response_message(messages, max_tokens=3072, temperature=0.2, stop_sequences=["</invoke>"])
# sometimes deployment for opennai is not found, retry after a minute
Expand Down

0 comments on commit 87ad43d

Please sign in to comment.