changed the model - yet to add display server
This commit is contained in:
parent
3e9cb7e695
commit
d89d51a247
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ if generate_btn and query:
|
|||
# Initialize Claude agent
|
||||
claude_agent = Agent(
|
||||
model=Claude(
|
||||
id="claude-3-5-sonnet-20240620",
|
||||
id="claude-3-5-sonnet-20241022",
|
||||
api_key=st.session_state.api_keys["claude"]
|
||||
),
|
||||
show_tool_calls=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue