We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 255a412 + 8875a53 commit 95ee3a1Copy full SHA for 95ee3a1
example/src/components/ConversationManager.tsx
@@ -79,9 +79,8 @@ export const ConversationManager: React.FC = () => {
79
const agent: AgentBase = {
80
name: 'CodeActAgent',
81
llm: {
82
- model: 'gpt-4o-mini',
83
- api_key: settings.apiKey || '',
84
- base_url: 'https://api.openai.com/v1'
+ model: settings.modelName,
+ api_key: settings.apiKey || ''
85
}
86
};
87
0 commit comments