You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: enhance TrueFoundry documentation content and structure
- Update authentication link to point to correct documentation endpoint
- Standardize model naming convention (remove '-main' suffix)
- Expand cost management section to include analytics visualization
- Add gateway metrics image to illustrate analytics capabilities
- Reorganize sections for better content flow and readability
- Streamline troubleshooting content for conciseness
These changes improve accuracy, visual appeal, and user experience
while maintaining comprehensive integration guidance.
Copy file name to clipboardExpand all lines: docs/providers/truefoundry.md
+8-25Lines changed: 8 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ TrueFoundry's AI Gateway is an enterprise-grade platform that enables developers
17
17
Before integrating Roo Code with TrueFoundry, ensure you have:
18
18
19
19
1.**TrueFoundry Account**: A TrueFoundry account with at least one model provider configured. Follow quick start guide [here](https://docs.truefoundry.com/gateway/quick-start)
20
-
2.**Personal Access Token**: Generate a token by following the [TrueFoundry token generation guide](https://docs.truefoundry.com/gateway/roo-code)
20
+
2.**Personal Access Token**: Generate a token by following the [TrueFoundry token generation guide](https://docs.truefoundry.com/gateway/authentication)
21
21
3.**Roo Code Extension**: Install Roo Code from the VS Code Marketplace
22
22
23
23

@@ -70,8 +70,8 @@ Before integrating Roo Code with TrueFoundry, ensure you have:
70
70
Choose models based on your specific use cases:
71
71
72
72
### **Code Generation & Complex Tasks**
73
-
-**`openai-main/gpt-4o`**: Best for complex code generation and reasoning tasks
74
-
-**`anthropic-main/claude-4-sonnet`**: Excellent for code understanding and following instructions
73
+
-**`openai/gpt-4o`**: Best for complex code generation and reasoning tasks
74
+
-**`anthropic/claude-4-sonnet`**: Excellent for code understanding and following instructions
75
75
76
76
77
77
:::tip Model Names
@@ -136,7 +136,7 @@ When suggesting code changes, always consider:
136
136
137
137
## Enterprise Features
138
138
139
-
### Cost Management
139
+
### Analytics and Cost Management
140
140
141
141
TrueFoundry provides advanced cost tracking and budgeting:
0 commit comments