ReferenceSettings
AI Accounts
Manage provider accounts, API keys, and default models.
Summary
- Purpose: Central place to configure providers and models
- Audience: Admins
- Prereqs: /docs/integration/
Configure
- Add provider accounts (OpenAI, etc.)
- Paste API keys and set default models
- Save and test connection
Model Assignments
Model Assignments control which AI models handle different tasks in ProofChat. Scroll to the bottom of the AI Accounts page to view and configure model assignments.
Required Model Assignments
- Main Chat: The primary model used for chat conversations and general AI tasks
Optional Model Assignments
You can configure optional model assignments for specific features to optimize performance and cost:
Optional Model Assignments for AI Script Editor
ProofChat's AI Script Editor feature uses two optional model purposes that you can configure for better performance and cost efficiency:
FM-Script-Step-Classifier
- Purpose: Classifies individual script steps to identify their type and structure during script generation.
- Recommendation: Use a smaller, faster, and more cost-effective model (e.g.,
gpt-4o-miniorgpt-3.5-turbo) since classification is a simpler task that doesn't require the full capabilities of larger models.
FM-Script-Step-XML-Generator
- Purpose: Generates FileMaker XML clipboard format from script step text.
- Recommendation: Use a smaller, faster, and more cost-effective model (e.g.,
gpt-4o-miniorgpt-3.5-turbo) since XML generation follows a structured format that smaller models handle well.
Configuration: Both model purposes are optional. If not configured, ProofChat will automatically use your "Main Chat" model. To configure them:
- Scroll to Model Assignments in Settings → AI Accounts
- Find FM-Script-Step-Classifier and select a smaller model
- Find FM-Script-Step-XML-Generator and select a smaller model
- Save your changes
For complete information about the AI Script Editor feature, see the AI Script Editor Guide.
Related
- AI Accounts and Models - Integration guide for setting up AI accounts
- AI Script Editor - Generate FileMaker scripts with AI
- /docs/data-privacy