Skip to content

Conversation

@better629
Copy link
Member

@better629 better629 commented Feb 27, 2025

Features

  • add reasoning like o-series / r-series / claude-3.7
  • update llm provider like deepseek / openrouter / official claude / aws claude
  • all configuration tests passed

Feature Docs

Influence

Result

Other

configuration example

    api_type: bedrock
    access_key: xxx
    secret_key: xxxx
    region_name: us-west-2
    model: us.anthropic.claude-3-7-sonnet-20250219-v1:0  # anthropic.claude-3-7-sonnet-20250219-v1:0
    reasoning: true


    api_type: claude
    base_url: https://api.anthropic.com
    api_key: sk-ant-api03-xxx
    model: claude-3-7-sonnet-20250219  # claude-3-5-sonnet-20240620
    reasoning: true


    api_type: openai
    base_url: https://api.deepseek.com/v1
    model: deepseek-reasoner
    api_key: sk-xxxx


    api_type: openrouter_reasoning
    api_key: sk-or-v1-xxxx
    model: anthropic/claude-3.7-sonnet:thinking


    api_type: openai
    base_url: https://oneapi.deepwisdom.ai/v1
    model: o1-mini
    api_key: sk-xxxx
    use_system_prompt: false
```

@better629 better629 changed the title add Reasoning LLM models add LLM Reasoning models Feb 27, 2025
@better629 better629 merged commit 55726e0 into FoundationAgents:main Mar 9, 2025
0 of 3 checks passed
@better629 better629 deleted the reasoning branch March 11, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant